Unset DOTNET environment variables for tests

This commit is contained in:
Daniel Plaisted 2019-04-15 14:53:56 -07:00
parent eaa53417bd
commit 5552b276d8

View file

@ -85,7 +85,8 @@
<Exec Command="dotnet tool run $(ToolCommandName) -- $(TestArgs)"
WorkingDirectory="$(TestLocalToolFolder)"
IgnoreStandardErrorWarningFormat="true" />
IgnoreStandardErrorWarningFormat="true"
EnvironmentVariables="DOTNET_HOST_PATH=;DOTNET_INSTALLDIR="/>
</Target>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />