Skip to content

Commit

Permalink
Set MSBUILD_EXE_PATH for functional tests (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Nov 20, 2021
1 parent 5d04164 commit 1fadba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@

<Exec Command="$(DesktopTestCommand)"
ContinueOnError="true"
EnvironmentVariables="VisualStudio.InstallationUnderTest.Path=$(VSINSTALLDIR)"
EnvironmentVariables="VisualStudio.InstallationUnderTest.Path=$(VSINSTALLDIR);MSBUILD_EXE_PATH=$(MSBuildBinPath)\MSBuild.exe"
Condition=" '$(SkipDesktopAssemblies)' != 'true' AND '$(DesktopInputTestAssemblies)' != '' ">
<Output TaskParameter="ExitCode" PropertyName="DesktopTestErrorCode"/>
</Exec>
Expand Down

0 comments on commit 1fadba7

Please sign in to comment.