File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
25
25
set PATH = %DOTNET_ROOT% ;!PATH! ;%HELIX_CORRELATION_PAYLOAD% \node\bin
26
26
echo Set path to: %PATH%
27
27
echo " Invoking InstallDotNet.ps1 %$arch% %$sdkVersion% %$runtimeVersion% %DOTNET_ROOT% "
28
- powershell.exe -NoProfile -ExecutionPolicy unrestricted -file InstallDotNet.ps1 %$arch% %$sdkVersion% %$runtimeVersion% %DOTNET_ROOT%
28
+ powershell.exe -NoProfile -ExecutionPolicy unrestricted -file InstallDotNet.ps1 %$arch% %$runtimeVersion% %DOTNET_ROOT%
29
+
30
+ dotnet --list-sdks
31
+ dotnet --list-runtimes
29
32
30
33
set exit_code = 0
31
34
echo " Restore: dotnet restore RunTests\RunTests.csproj --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json --ignore-failed-sources..."
You can’t perform that action at this time.
0 commit comments