Skip to content

Commit e90be77

Browse files
authored
Fix nuget's "Setup SxS dotnet" not being run. (#401)
1 parent 944622d commit e90be77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nuget.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
dotnet-version: 3.1.201
2828
- name: Setup SxS dotnet
29-
if: matrix.os == 'windows-latest'
3029
run: |
3130
(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%
3231
(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

Comments
 (0)