|
@ -34,7 +34,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json |
|
|
# 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 |
|
|
dotnet-version: "3.1.404" # since we now use this |
|
|
- name: Clean |
|
|
|
|
|
|
|
|
- name: Clear Nuget Cache |
|
|
run: dotnet nuget locals all --clear |
|
|
run: dotnet nuget locals all --clear |
|
|
- name: Restore |
|
|
- name: Restore |
|
|
run: msbuild -t:Restore -m |
|
|
run: msbuild -t:Restore -m |
|
|