We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94647c1 commit 9bb6569Copy full SHA for 9bb6569
.github/workflows/dotnet.yml
@@ -28,7 +28,9 @@ jobs:
28
dotnet-version: '9.0.x'
29
#dotnet-quality: 'preview'
30
- name: Install Workloads
31
- run: dotnet workload restore
+ run: |
32
+ dotnet workload restore
33
+ dotnet nuget locals all --clear
34
- name: Pack
35
# TODO decide whether we want experimental builds to use Debug or Release - using Release for now...
36
run: >-
@@ -81,7 +83,9 @@ jobs:
81
83
dotnet-version: '9.0.102'
82
84
85
86
87
88
89
- name: Restore
90
run: dotnet restore --runtime ${{ matrix.rid }}
91
- name: Test
0 commit comments