Skip to content

Commit

Permalink
nuget issue workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaml authored Jan 4, 2021
1 parent b13a446 commit 09b6d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
dotnet-version: 5.0.x

- name: Clean
run: dotnet clean -c Release && dotnet nuget locals all --clear

- name: Build
run: dotnet build -c Release -p:Publish=true -p:Version=${{ github.event.release.tag_name }} -p:DisableGitVersionTask=true

Expand Down

0 comments on commit 09b6d91

Please sign in to comment.