This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- DOTNET_VERSION_STABLE : ' 9.0.x'
1+ DOTNET_VERSION_CURRENT_STABLE : ' 9.0.x'
2+ DOTNET_8_VERSION_STABLE : ' 8.0.x'
23DOTNET_VERSION_PREVIEW : ' '
Original file line number Diff line number Diff line change 7575 uses : actions/setup-dotnet@v4
7676 with :
7777 dotnet-version : |
78- ${{ env.DOTNET_VERSION_STABLE }}
78+ ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
79+ ${{ env.DOTNET_8_VERSION_STABLE }}
7980
8081 - name : Restore dependencies
8182 run : dotnet restore
Original file line number Diff line number Diff line change 4343 uses : actions/setup-dotnet@v4
4444 with :
4545 dotnet-version : |
46- ${{ env.DOTNET_VERSION_STABLE }}
46+ ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
47+ ${{ env.DOTNET_8_VERSION_STABLE }}
4748
4849 - name : Setup DocFX
4950 run : dotnet tool update -g docfx
Original file line number Diff line number Diff line change 3333 uses : actions/setup-dotnet@v4
3434 with :
3535 dotnet-version : |
36- ${{ env.DOTNET_VERSION_STABLE }}
36+ ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
37+ ${{ env.DOTNET_8_VERSION_STABLE }}
3738
3839 - name : Install SonarCloud scanner
3940 if : steps.cache-sonar-scanner.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments