Skip to content

Commit

Permalink
use .net 8 in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSamuelsson committed Nov 23, 2023
1 parent 246a34b commit 821d2b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.x"
- name: setup .net 8.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.x"
- name: restore main project
run: dotnet restore "${{ inputs.mainProjectPath }}"
- name: build main project
Expand Down

0 comments on commit 821d2b2

Please sign in to comment.