File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ set runtimeVersion=%3
4
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
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
6
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
7
- set DOTNET_ROOT = " $ HELIX_CORRELATION_PAYLOAD/sdk"
8
- set PATH = " $DOTNET_ROOT:$PATH"
7
+ set DOTNET_ROOT = % HELIX_CORRELATION_PAYLOAD% /sdk
8
+ set PATH = $DOTNET_ROOT:$PATH
9
9
set DOTNET_MULTILEVEL_LOOKUP = 0
10
- set DOTNET_CLI_HOME = " $ HELIX_CORRELATION_PAYLOAD/home"
10
+ set DOTNET_CLI_HOME = % HELIX_CORRELATION_PAYLOAD% /home
11
11
set helix = true
12
12
%HELIX_CORRELATION_PAYLOAD% \sdk\dotnet vstest %target% --logger:trx
13
13
You can’t perform that action at this time.
0 commit comments