We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d936770 commit 0365087Copy full SHA for 0365087
1 file changed
.github/workflows/release_build.yml
@@ -23,13 +23,19 @@ jobs:
23
fetch-depth: 0
24
- name: Setup .NET
25
uses: actions/setup-dotnet@v1
26
+ with:
27
+ dotnet-version: '5.0.x'
28
- name: Install GitVersion
29
uses: gittools/actions/gitversion/setup@v0.9.7
30
with:
31
versionSpec: '5.x'
32
- name: Determine Version
33
id: gitversion
34
uses: gittools/actions/gitversion/execute@v0.9.7
35
+ - name: Setup .NET
36
+ uses: actions/setup-dotnet@v1
37
38
+ dotnet-version: '6.0.x'
39
- name: Test
40
run: dotnet test --verbosity normal
41
- name: Pack
0 commit comments