Merge branch 'main' of https://github.com/dotnet/installer into create-precomputed-rar-cache

This commit is contained in:
Nathan Mytelka 2021-04-28 10:45:26 -07:00
commit 93b2806b0a
30 changed files with 767 additions and 214 deletions

View file

@ -266,7 +266,7 @@
<Exec Command="$(ToolRunPrefix)dotnet tool run $(ToolCommandName) -- $(TestArgs)"
WorkingDirectory="$(TestLocalToolFolder)"
EnvironmentVariables="DOTNET_CLI_HOME=$(DOTNET_CLI_HOME)"/>
EnvironmentVariables="DOTNET_CLI_HOME=$(DOTNET_CLI_HOME);DOTNET_CLI_RUN_MSBUILD_OUTOFPROC=true"/>
</Target>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />