Skip to content

Commit 0365087

Browse files
committed
Use GitVersion with .NET 5.0
1 parent d936770 commit 0365087

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ jobs:
2323
fetch-depth: 0
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: '5.0.x'
2628
- name: Install GitVersion
2729
uses: gittools/actions/gitversion/setup@v0.9.7
2830
with:
2931
versionSpec: '5.x'
3032
- name: Determine Version
3133
id: gitversion
3234
uses: gittools/actions/gitversion/execute@v0.9.7
35+
- name: Setup .NET
36+
uses: actions/setup-dotnet@v1
37+
with:
38+
dotnet-version: '6.0.x'
3339
- name: Test
3440
run: dotnet test --verbosity normal
3541
- name: Pack

0 commit comments

Comments
 (0)