Unset DOTNET environment variables for tests
This commit is contained in:
parent
eaa53417bd
commit
5552b276d8
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue