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 @@ -29,11 +29,11 @@ set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
2929set PATH = %DOTNET_ROOT% ;!PATH! ;%HELIX_CORRELATION_PAYLOAD% \node\bin
3030echo Set path to: %PATH%
3131
32- powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$sdkVersion% %$arch% '' $true"
32+ powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$sdkVersion% %$arch% '' $true '' '' $true "
3333IF [%$feedCred% ] == [] (
34- powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$runtimeVersion% %$arch% dotnet $true"
34+ powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$runtimeVersion% %$arch% dotnet $true '' '' $true "
3535) else (
36- powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$runtimeVersion% %$arch% dotnet $true https://dotnetclimsrc.blob.core.windows.net/dotnet %$feedCred% "
36+ powershell.exe -noLogo -NoProfile -ExecutionPolicy unrestricted -command " . eng\common\tools.ps1; InstallDotNet %DOTNET_ROOT% %$runtimeVersion% %$arch% dotnet $true https://dotnetclimsrc.blob.core.windows.net/dotnet %$feedCred% $true "
3737)
3838
3939set exit_code = 0
You can’t perform that action at this time.
0 commit comments