Skip to content

Commit eb1a920

Browse files
committed
Stop downloading previews?
1 parent f2e9a93 commit eb1a920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-dotnet@v3
2727
with:
2828
dotnet-version: '9.0.x'
29-
dotnet-quality: 'preview'
29+
#dotnet-quality: 'preview'
3030
- name: Install Workloads
3131
run: dotnet workload restore
3232
- name: Pack
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/setup-dotnet@v3
7272
with:
7373
dotnet-version: '9.0.x'
74-
dotnet-quality: 'preview'
74+
#dotnet-quality: 'preview'
7575
- name: Install Workloads
7676
run: dotnet workload restore
7777
- name: Restore

0 commit comments

Comments
 (0)