Skip to content

Commit b8e9ce1

Browse files
chore: use deterministic dotnet version in ci
1 parent 2daf214 commit b8e9ce1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25+
- uses: actions/setup-dotnet@v4
26+
with:
27+
dotnet-version: |
28+
6.x
29+
7.x
30+
8.x
2531
# Build
2632
- run: dotnet build --configuration Release
2733
# Test

0 commit comments

Comments
 (0)