File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ name: AuthorizationChecker [Build]
33env :
44 JAVA_VERSION : 17
55 JAVA_DISTRIBUTION : microsoft
6- DOTNET_VERSION : 7.0.x
6+ DOTNET_VERSION : |
7+ 3.1.x
8+ 6.0.x
9+ 7.0.x
10+ 8.0.x
11+ 9.0.x
712 DOTNET_BUILD_CONFIGURATION : Release
813 SONAR_PATH : .\.sonar\scanner
914 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1621 workflow_dispatch :
1722 push :
1823 branches :
19- - ' master'
20- - ' develop'
24+ - " **"
2125
2226jobs :
2327 build :
3539 java-version : ${{ env.JAVA_VERSION }}
3640 distribution : ${{ env.JAVA_DISTRIBUTION }}
3741
38- - name : Setup .NET
42+ - name : Set up .NET
3943 uses : actions/setup-dotnet@v3
4044 with :
4145 dotnet-version : ${{ env.DOTNET_VERSION }}
Original file line number Diff line number Diff line change 11name : AuthorizationChecker [Release]
22
33env :
4- DOTNET_VERSION : 7 .0.x
4+ DOTNET_VERSION : 9 .0.x
55 DOTNET_BUILD_CONFIGURATION : Release
66 DOTNET_PACKAGES_OUTPUT_DIRECTORY : .nuget
77 NUGET_SOURCE : https://api.nuget.org/v3/index.json
2222 with :
2323 fetch-depth : 0
2424
25- - name : Setup .NET
25+ - name : Set up .NET
2626 uses : actions/setup-dotnet@v3
2727 with :
2828 dotnet-version : ${{ env.DOTNET_VERSION }}
You can’t perform that action at this time.
0 commit comments