diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6b86976..389d37f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,8 @@ 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 + run: dotnet nuget locals all --clear - name: Restore run: msbuild -t:Restore -m - name: Build @@ -47,4 +49,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: BSIPA-net35-${{ env.Platform }} - path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/ \ No newline at end of file + path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/