File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : |
23+ 6.0.x
24+ 7.0.x
2325 8.0.x
26+ 9.0.x
2427 - name : Run unit tests (windows)
2528 if : matrix.os == 'windows-latest'
2629 run : ./build.ps1 CodeCoverage
5154 uses : actions/setup-dotnet@v4
5255 with :
5356 dotnet-version : |
57+ 6.0.x
58+ 7.0.x
5459 8.0.x
60+ 9.0.x
5561 - name : Run sonarcloud analysis
5662 run : ./build.sh CodeAnalysis
5763
8894 uses : actions/setup-dotnet@v4
8995 with :
9096 dotnet-version : |
97+ 6.0.x
98+ 7.0.x
9199 8.0.x
100+ 9.0.x
92101 - name : Pack nuget packages
93102 run : ./build.sh Pack
94103 - name : Upload packages
Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : |
23+ 6.0.x
24+ 7.0.x
2325 8.0.x
26+ 9.0.x
2427 - name : Run unit tests (windows)
2528 if : matrix.os == 'windows-latest'
2629 run : ./build.ps1 CodeCoverage
5255 uses : actions/setup-dotnet@v4
5356 with :
5457 dotnet-version : |
58+ 6.0.x
59+ 7.0.x
5560 8.0.x
61+ 9.0.x
5662 - name : Run sonarcloud analysis
5763 run : ./build.sh CodeAnalysis
5864
You can’t perform that action at this time.
0 commit comments