Skip to content

Commit 113aa1a

Browse files
committed
Really trying to install both this time
1 parent a4d763f commit 113aa1a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

+14-10
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,21 @@ jobs:
3232
machine-types: "['ubuntu-2404']"
3333
timeout-minutes: 30
3434
build-configuration: Debug
35-
dotnet-version: 8.0.301
35+
dotnet-version: |
36+
6.0.427
37+
8.0.301
3638
37-
# build-and-test-nuget-test:
38-
# name: Build and Test - NuGetTest solution
39-
# uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
40-
# with:
41-
# parent-job-name: 'nuget-solution'
42-
# machine-types: "['ubuntu-2404']"
43-
# build-directory: NuGetTest
44-
# timeout-minutes: 10
45-
# dotnet-version: 8.0.301
39+
build-and-test-nuget-test:
40+
name: Build and Test - NuGetTest solution
41+
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
42+
with:
43+
parent-job-name: 'nuget-solution'
44+
machine-types: "['ubuntu-2404']"
45+
build-directory: NuGetTest
46+
timeout-minutes: 10
47+
dotnet-version: |
48+
6.0.427
49+
8.0.301
4650
4751
post-pull-request-checks-automation:
4852
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)