Skip to content

Commit

Permalink
Disable NuGet package cache workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte committed Nov 12, 2022
1 parent ecf0952 commit a6906ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dotnet-push-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x

- name: Clean package cache as a temporary workaround for actions/setup-dotnet#155
run: |
dotnet clean
dotnet nuget locals all --clear
# - name: Clean package cache as a temporary workaround for actions/setup-dotnet#155
# run: |
# dotnet clean
# dotnet nuget locals all --clear

- name: Build dll
run: dotnet build ${{ env.PROJECT_FILE }} -c ${{ env.CONFIGURATION }} /Property:Version=${{ env.VERSION }}.${{ github.run_number }}${{ env.VERSION_SUFFIX }}
Expand Down

0 comments on commit a6906ae

Please sign in to comment.