File tree 3 files changed +8
-7
lines changed 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,13 @@ jobs:
45
45
uses : actions/setup-dotnet@v4
46
46
with :
47
47
dotnet-version : 8.0.x
48
+ dotnet-quality : ga
48
49
49
50
- name : Setup .NET 9.0
50
51
uses : actions/setup-dotnet@v4
51
52
with :
52
53
dotnet-version : 9.0.x
53
- dotnet-quality : preview
54
+ dotnet-quality : ga
54
55
55
56
# Build
56
57
@@ -167,7 +168,7 @@ jobs:
167
168
uses : actions/setup-dotnet@v4
168
169
with :
169
170
dotnet-version : 9.0.x
170
- dotnet-quality : preview
171
+ dotnet-quality : ga
171
172
172
173
- name : .NET Builld
173
174
run : dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ jobs:
38
38
uses : actions/checkout@v3
39
39
40
40
- name : Setup .NET
41
- uses : actions/setup-dotnet@v2
41
+ uses : actions/setup-dotnet@v4
42
42
with :
43
43
dotnet-version : |
44
- 6.0.x
45
- 7.0.x
46
44
8.0.x
47
- include-prerelease : true
45
+ 9.0.x
46
+ dotnet-quality : ga
48
47
49
48
- name : Initialize CodeQL
50
49
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ jobs:
36
36
uses : actions/setup-dotnet@v4
37
37
with :
38
38
dotnet-version : 8.0.x
39
+ dotnet-quality : ga
39
40
40
41
- name : .NET Setup SDKs
41
42
uses : actions/setup-dotnet@v4
42
43
with :
43
44
dotnet-version : 9.0.x
44
- dotnet-quality : preview
45
+ dotnet-quality : ga
45
46
46
47
- name : .NET Builld
47
48
run : dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true
You can’t perform that action at this time.
0 commit comments