Skip to content

Commit 6a7b3ec

Browse files
Use ga
1 parent e797438 commit 6a7b3ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: ${{ env.LATEST_NET_VERSION }}
45-
dotnet-quality: 'preview'
45+
dotnet-quality: 'ga'
4646

4747
- name: Install .NET MAUI Workload
4848
run: |

.github/workflows/dotnet-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/setup-dotnet@v5
5656
with:
5757
dotnet-version: ${{ env.NET_VERSION }}
58+
dotnet-quality: 'ga'
5859

5960
- uses: actions/setup-java@v5
6061
with:
@@ -111,6 +112,7 @@ jobs:
111112
uses: actions/setup-dotnet@v5
112113
with:
113114
dotnet-version: ${{ env.NET_VERSION }}
115+
dotnet-quality: 'ga'
114116

115117
- uses: actions/setup-java@v5
116118
with:
@@ -204,6 +206,7 @@ jobs:
204206
uses: actions/setup-dotnet@v5
205207
with:
206208
dotnet-version: ${{ env.NET_VERSION }}
209+
dotnet-quality: 'ga'
207210

208211
- name: Download NuGet List
209212
uses: actions/download-artifact@v6
@@ -256,6 +259,7 @@ jobs:
256259
uses: actions/setup-dotnet@v5
257260
with:
258261
dotnet-version: ${{ env.NET_VERSION }}
262+
dotnet-quality: 'ga'
259263

260264
- name: Download signed packages for ${{ matrix.platform }}
261265
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)