Skip to content

Commit

Permalink
Stop downloading previews?
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 28, 2024
1 parent f2e9a93 commit eb1a920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
dotnet-quality: 'preview'
#dotnet-quality: 'preview'
- name: Install Workloads
run: dotnet workload restore
- name: Pack
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
dotnet-quality: 'preview'
#dotnet-quality: 'preview'
- name: Install Workloads
run: dotnet workload restore
- name: Restore
Expand Down

0 comments on commit eb1a920

Please sign in to comment.