Skip to content

Commit

Permalink
Really trying to install both this time
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 17, 2024
1 parent a4d763f commit 113aa1a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,21 @@ jobs:
machine-types: "['ubuntu-2404']"
timeout-minutes: 30
build-configuration: Debug
dotnet-version: 8.0.301
dotnet-version: |
6.0.427
8.0.301
# build-and-test-nuget-test:
# name: Build and Test - NuGetTest solution
# uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
# with:
# parent-job-name: 'nuget-solution'
# machine-types: "['ubuntu-2404']"
# build-directory: NuGetTest
# timeout-minutes: 10
# dotnet-version: 8.0.301
build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: 'nuget-solution'
machine-types: "['ubuntu-2404']"
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: |
6.0.427
8.0.301
post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 113aa1a

Please sign in to comment.