Skip to content

Commit a41973c

Browse files
Merge pull request #25 from atc-net/feature/maintenance2
ci: swap order on task "Setup dotnet"
2 parents 1c1c495 + e7acdc3 commit a41973c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/post-integration.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
fetch-depth: 0
2323
token: ${{ secrets.PAT_WORKFLOWS }}
2424

25+
- name: ⚙️ Setup dotnet 8.0.1xx
26+
uses: actions/setup-dotnet@v4
27+
with:
28+
dotnet-version: '8.0.1xx'
29+
2530
- name: ⚛️ Sets environment variables - branch-name
2631
uses: nelonoel/[email protected]
2732

@@ -30,11 +35,6 @@ jobs:
3035
with:
3136
setAllVars: true
3237

33-
- name: ⚙️ Setup dotnet 8.0.1xx
34-
uses: actions/setup-dotnet@v4
35-
with:
36-
dotnet-version: '8.0.1xx'
37-
3838
- name: 📐 Clear NuGet Cache
3939
run: dotnet nuget locals all --clear
4040

0 commit comments

Comments
 (0)