Skip to content

Commit

Permalink
Make sure to use NuGet 5.x for packing
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Oct 2, 2022
1 parent 3a67379 commit 1733fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}}

# Setup Nuget
- name: Setup Nuget @ Latest
- name: Setup Nuget 5.x
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'

# Build and pack
- name: Build solution and generate NuGet package
Expand Down

0 comments on commit 1733fe8

Please sign in to comment.