Skip to content

Commit

Permalink
Pinning .NET version to 6.0.0 as it's not available on Ubuntu 2404 ru…
Browse files Browse the repository at this point in the history
…nners
  • Loading branch information
BenedekFarkas committed Oct 16, 2024
1 parent a3289a2 commit 4aa8fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
build-configuration: Debug
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
dotnet-version: 6.0.0

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

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -36,6 +38,7 @@ jobs:
parent-job-name: 'nuget-solution'
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: 6.0.0

post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 4aa8fba

Please sign in to comment.