We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944622d commit e90be77Copy full SHA for e90be77
.github/workflows/nuget.yaml
@@ -26,7 +26,6 @@ jobs:
26
with:
27
dotnet-version: 3.1.201
28
- name: Setup SxS dotnet
29
- if: matrix.os == 'windows-latest'
30
run: |
31
(robocopy %DOTNET_ROOT:3.1.201=2.1.805% %DOTNET_ROOT% /E /XC /XN /XO /NFL /NDL /NJH /NJS /NP) ^& if %ERRORLEVEL% geq 8 exit /B %ERRORLEVEL%
32
(robocopy %DOTNET_ROOT:3.1.201=2.1.202% %DOTNET_ROOT% /E /XC /XN /XO /NFL /NDL /NJH /NJS /NP) ^& if %ERRORLEVEL% geq 8 exit /B %ERRORLEVEL%
0 commit comments