Skip to content

Commit 1384df8

Browse files
committed
add setup-dotnet step
1 parent 1c8fccb commit 1384df8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31+
- name: Setup dotnet
32+
uses: actions/setup-dotnet@v4
33+
with:
34+
dotnet-version: |
35+
8.0.x
36+
9.0.x
3137
- run: dotnet tool install -g GitVersion.Tool --version 5.11.1
3238
- name: Resolve version
3339
id: version

0 commit comments

Comments
 (0)