We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7778558 commit 18d82b4Copy full SHA for 18d82b4
eng/helix/vstest/runtests.cmd
@@ -5,7 +5,7 @@ powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePo
5
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Runtime dotnet -Version %runtimeVersion% -InstallDir %HELIX_CORRELATION_PAYLOAD%\sdk"
6
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
7
set DOTNET_ROOT=%HELIX_CORRELATION_PAYLOAD%/sdk
8
-set PATH=$DOTNET_ROOT:$PATH
+set PATH=%DOTNET_ROOT%;%PATH%
9
set DOTNET_MULTILEVEL_LOOKUP=0
10
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%/home
11
set helix=true
0 commit comments