Skip to content

Commit

Permalink
Merge pull request #397 from LayTec-AG/sean-mcl-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
sean-mcl authored Nov 22, 2023
2 parents 60ea6a1 + 1ec009c commit 1dd6e82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down

0 comments on commit 1dd6e82

Please sign in to comment.