Skip to content

Commit 94cd97c

Browse files
committed
Pipeline updates
Install .NET 10.0.203 SDK
1 parent 27dcac6 commit 94cd97c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pr-analysis-codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
languages: 'csharp'
2626

27+
# Necessary until GitHub runners have .NET SDK 10.0.203 or higher
28+
- uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: 10.0.203
31+
2732
- name: Run build
2833
run: ./Build.ps1 -SkipTests
2934
shell: pwsh

.github/workflows/pr-validation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
# Necessary until GitHub runners have .NET SDK 10.0.203 or higher
21+
- uses: actions/setup-dotnet@v4
22+
with:
23+
dotnet-version: 10.0.203
24+
2025
- name: Run build and tests
2126
run: ./Build.ps1
2227
shell: pwsh

0 commit comments

Comments
 (0)