File tree 1 file changed +3
-3
lines changed
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
29
29
set PATH = %DOTNET_ROOT% ;!PATH! ;%HELIX_CORRELATION_PAYLOAD% \node\bin
30
30
echo Set path to: %PATH%
31
31
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 "
33
33
IF [%$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 "
35
35
) 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 "
37
37
)
38
38
39
39
set exit_code = 0
You can’t perform that action at this time.
0 commit comments