diff --git a/Directory.Build.props b/Directory.Build.props index c837ed4c35d9..ad7ced95c93e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,9 @@ - $(MSBuildThisFileDirectory) + + $([MSBuild]::EnsureTrailingSlash('$(MSBuildThisFileDirectory)')) + https://github.com/dotnet/aspnetcore git diff --git a/eng/targets/Helix.targets b/eng/targets/Helix.targets index 1441f132126d..8ad60ebf8e09 100644 --- a/eng/targets/Helix.targets +++ b/eng/targets/Helix.targets @@ -73,7 +73,9 @@ --> + Properties="Configuration=$(Configuration); + ProjectToBuild=$(MSBuildProjectFullPath); + RepoRoot=$(RepoRoot)" />