Skip to content

Commit

Permalink
Install .NET 5 as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Dec 15, 2021
1 parent 8ce40ba commit 8fcd2e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Setup dotnet 5.0.301
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.301

- name: Setup dotnet 6.0.100
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 8fcd2e5

Please sign in to comment.