Skip to content

Commit

Permalink
CI: Pack using .NET 6
Browse files Browse the repository at this point in the history
try to get around current NuGet bug NuGet/Home#10791
  • Loading branch information
swharden committed Oct 25, 2021
1 parent 1a14cd9 commit 8164b9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
steps:
- name: 🛒 Checkout
uses: actions/checkout@v1
- name: ✨ Setup NuGet
uses: nuget/setup-nuget@v1
- name: ✨ Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
include-prerelease: true
- name: ✨ Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.3
- name: 🚚 Restore
Expand Down

0 comments on commit 8164b9c

Please sign in to comment.