Skip to content

Commit

Permalink
chore: use deterministic dotnet version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Dec 22, 2024
1 parent 2daf214 commit b8e9ce1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x
7.x
8.x
# Build
- run: dotnet build --configuration Release
# Test
Expand Down

0 comments on commit b8e9ce1

Please sign in to comment.