Skip to content

Commit a80e24a

Browse files
committed
dotnet.yml
1 parent a3418ca commit a80e24a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
with:
1919
fetch-depth: 0 # fetch-depth is needed for GitVersion
2020

21+
- name: Setup .NET Core
22+
uses: actions/setup-dotnet@v4
23+
with:
24+
dotnet-version: 8.x
25+
dotnet-quality: 'ga'
26+
2127
- name: Install GitVersion
2228
uses: gittools/actions/gitversion/[email protected]
2329
with:
@@ -30,12 +36,6 @@ jobs:
3036
updateAssemblyInfo: true
3137
id: gitversion # step id used as reference for output values
3238

33-
- name: Setup dotnet
34-
uses: actions/setup-dotnet@v4
35-
with:
36-
dotnet-version: 8.0
37-
dotnet-quality: 'ga'
38-
3939
- name: Install dependencies
4040
run: dotnet restore
4141

0 commit comments

Comments
 (0)