Skip to content

Commit

Permalink
fix: Specify .NET versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Croes committed Jan 27, 2025
1 parent 2f2a3f9 commit a8cfcdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- run: >
dotnet pack
Expand All @@ -68,6 +73,11 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
run: dotnet build --configuration Release -v q
- name: Run tests
Expand Down

0 comments on commit a8cfcdf

Please sign in to comment.