Skip to content

Commit 9cba0ad

Browse files
committed
Ensure all stable .net sdks are installed
1 parent e11f467 commit 9cba0ad

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
- name: 🤘 checkout
6262
uses: actions/checkout@v4
6363

64+
- name: ⚙ dotnet
65+
uses: actions/setup-dotnet@v4
66+
with:
67+
dotnet-version: |
68+
6.x
69+
8.x
70+
9.x
71+
6472
- name: 🙏 build
6573
run: dotnet build -m:1 -bl:build.binlog
6674

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
- name: 🤘 checkout
2424
uses: actions/checkout@v4
2525

26+
- name: ⚙ dotnet
27+
uses: actions/setup-dotnet@v4
28+
with:
29+
dotnet-version: |
30+
6.x
31+
8.x
32+
9.x
33+
2634
- name: 🙏 build
2735
run: dotnet build -m:1 -bl:build.binlog
2836

0 commit comments

Comments
 (0)