Skip to content

Commit 4aa8fba

Browse files
committed
Pinning .NET version to 6.0.0 as it's not available on Ubuntu 2404 runners
1 parent a3289a2 commit 4aa8fba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
build-configuration: Debug
2020
build-enable-nuget-caching: 'true'
2121
build-enable-npm-caching: 'true'
22+
dotnet-version: 6.0.0
2223

2324
build-and-test-standard-runners:
2425
if: github.ref_name == github.event.repository.default_branch
@@ -28,6 +29,7 @@ jobs:
2829
parent-job-name: 'root-solution-standard-runners'
2930
timeout-minutes: 30
3031
build-configuration: Debug
32+
dotnet-version: 6.0.0
3133

3234
build-and-test-nuget-test:
3335
name: Build and Test - NuGetTest solution
@@ -36,6 +38,7 @@ jobs:
3638
parent-job-name: 'nuget-solution'
3739
build-directory: NuGetTest
3840
timeout-minutes: 10
41+
dotnet-version: 6.0.0
3942

4043
post-pull-request-checks-automation:
4144
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)