diff --git a/build_projects/Microsoft.DotNet.Cli.Build.SelfTest/InvokeWithStage2.proj b/build_projects/Microsoft.DotNet.Cli.Build.SelfTest/InvokeWithStage2.proj index c27f097ea..1493128e7 100644 --- a/build_projects/Microsoft.DotNet.Cli.Build.SelfTest/InvokeWithStage2.proj +++ b/build_projects/Microsoft.DotNet.Cli.Build.SelfTest/InvokeWithStage2.proj @@ -1,12 +1,16 @@ - + + + $([System.IO.Path]::GetDirectoryName($(ToolPath)/)) + + false - true + true false - true + true false - true + true @@ -14,12 +18,12 @@ Text="ToolPath not set" /> + Text="MSBuildExtensionsPath '$(MSBuildExtensionsPath)' not in ToolPath '$(NormalizedToolPath)'" /> + Text="CscToolExe '$(CscToolExe)' not in ToolPath '$(NormalizedToolPath)'" /> + Text="MSBuildSDKsPath '$(MSBuildSDKsPath)' not in ToolPath '$(NormalizedToolPath)'" /> \ No newline at end of file