Skip to content

Commit e31bb87

Browse files
committed
Update runtests.cmd
1 parent 18d82b4 commit e31bb87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eng/helix/vstest/runtests.cmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
set target=%1
22
set sdkVersion=%2
33
set runtimeVersion=%3
4-
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Version %sdkVersion% -InstallDir %HELIX_CORRELATION_PAYLOAD%\sdk"
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
74
set DOTNET_ROOT=%HELIX_CORRELATION_PAYLOAD%/sdk
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'))) -Version %sdkVersion% -InstallDir %DOTNET_ROOT%"
6+
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 %DOTNET_ROOT%"
7+
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
88
set PATH=%DOTNET_ROOT%;%PATH%
99
set DOTNET_MULTILEVEL_LOOKUP=0
10-
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%/home
10+
set DOTNET_CLI_HOME=%DOTNET_ROOT%
1111
set helix=true
12-
%HELIX_CORRELATION_PAYLOAD%\sdk\dotnet vstest %target% --logger:trx
12+
%DOTNET_ROOT%\dotnet vstest %target% --logger:trx
1313

1414

0 commit comments

Comments
 (0)