You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project which correctly builds and starts with func start, would fails in the presence of a Directory.Build.props containing $(SolutionDir), like in:
Just noticed that using $(MSBuildThisFileDirectory) instead of SolutionDir the build succeeds, but func start would mistakenly create a bin directory in the project root, instead of where specified by ArtifactsPath.
Version
4.0.6610
Description
A project which correctly builds and starts with
func start
, would fails in the presence of aDirectory.Build.props
containing$(SolutionDir)
, like in:Steps to reproduce
Directory.Build.props
containing$(SolutionDir)
, like in:func start
Build succeeds in case either an absolute or a relative path is used, instead of
$(SolutionDir)
.The text was updated successfully, but these errors were encountered: