Zingabopp
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
with: |
|
|
|
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json |
|
|
|
dotnet-version: "3.1.404" # since we now use this |
|
|
|
- name: Clean |
|
|
|
- name: Clear Nuget Cache |
|
|
|
run: dotnet nuget locals all --clear |
|
|
|
- name: Restore |
|
|
|
run: msbuild -t:Restore -m |
|
|
|