Skip to content

Commit c28e806

Browse files
Update ci.yml to install .NET 10
1 parent 27c3299 commit c28e806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
7.0.x
3737
8.0.x
3838
9.0.x
39+
10.0.x
3940
- name: Build
4041
run: dotnet build src --configuration Release
4142
- name: Tests
@@ -67,3 +68,4 @@ jobs:
6768
- name: Push symbols to Feedz.io
6869
run: dotnet nuget push ./nugets/*.snupkg --source https://f.feedz.io/servicecomposer/pre-releases/symbols --api-key ${{ secrets.FEEDZ_API_KEY }}
6970

71+

0 commit comments

Comments
 (0)