Skip to content

Commit

Permalink
Pinning .NET SDK to 8.0.301
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 17, 2024
1 parent 4ea08e5 commit cd76c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-configuration: Debug
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
dotnet-version: 6.0.427
dotnet-version: 8.0.301

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
Expand All @@ -30,7 +30,7 @@ jobs:
machine-types: "['ubuntu-2404']"
timeout-minutes: 30
build-configuration: Debug
dotnet-version: 6.0.427
dotnet-version: 8.0.301

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -40,7 +40,7 @@ jobs:
machine-types: "['ubuntu-2404']"
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: 6.0.427
dotnet-version: 8.0.301

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

0 comments on commit cd76c96

Please sign in to comment.