Skip to content

Commit e797438

Browse files
Revert preview
1 parent 6e85055 commit e797438

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/dotnet-build.yml

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

6059
- uses: actions/setup-java@v5
6160
with:
@@ -112,7 +111,6 @@ jobs:
112111
uses: actions/setup-dotnet@v5
113112
with:
114113
dotnet-version: ${{ env.NET_VERSION }}
115-
dotnet-quality: 'preview'
116114

117115
- uses: actions/setup-java@v5
118116
with:
@@ -206,7 +204,6 @@ jobs:
206204
uses: actions/setup-dotnet@v5
207205
with:
208206
dotnet-version: ${{ env.NET_VERSION }}
209-
dotnet-quality: 'preview'
210207

211208
- name: Download NuGet List
212209
uses: actions/download-artifact@v6
@@ -259,7 +256,6 @@ jobs:
259256
uses: actions/setup-dotnet@v5
260257
with:
261258
dotnet-version: ${{ env.NET_VERSION }}
262-
dotnet-quality: 'preview'
263259

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature",
5-
"allowPrerelease": true
5+
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)