Skip to content

Commit e1e5367

Browse files
authored
Add SDK8 and 6 to CI bootstrap, release-notes tool needs it (part 2) (#89)
1 parent 18bfa1c commit e1e5367

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ jobs:
6767
uses: actions/setup-dotnet@v4
6868
with:
6969
global-json-file: ./global.json
70-
70+
dotnet-version: |
71+
6.x
72+
8.x
73+
7174
- name: Build
7275
run: ./build.sh build -s true
7376

@@ -135,6 +138,14 @@ jobs:
135138
with:
136139
fetch-depth: 1
137140

141+
- name: Setup .NET
142+
uses: actions/setup-dotnet@v4
143+
with:
144+
global-json-file: ./global.json
145+
dotnet-version: |
146+
6.x
147+
8.x
148+
138149
- uses: actions/download-artifact@v4
139150
with:
140151
name: build

0 commit comments

Comments
 (0)