Skip to content

Commit 5eb475d

Browse files
committed
[GitHub] Add .Net 10 SDK for pipeline
1 parent cf7f073 commit 5eb475d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/Compile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
18+
- name: Setup .NET 10.0.x SDK
19+
uses: actions/setup-dotnet@v5
20+
with:
21+
dotnet-version: 10.0.x
1722

1823
- name: Cache NuGet
1924
uses: actions/cache@v4

.github/workflows/Publish Release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Setup .NET 10.0.x SDK
18+
uses: actions/setup-dotnet@v5
19+
with:
20+
dotnet-version: 10.0.x
21+
1722
- name: Cache NuGet
1823
uses: actions/cache@v4
1924
with:

0 commit comments

Comments
 (0)