Skip to content

Commit a4d763f

Browse files
committed
Attempting to install .NET SDK 6.0.427 and 8.0.301
1 parent cd76c96 commit a4d763f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

+12-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
build-configuration: Debug
2020
build-enable-nuget-caching: 'true'
2121
build-enable-npm-caching: 'true'
22-
dotnet-version: 8.0.301
22+
dotnet-version: |
23+
6.0.427
24+
8.0.301
2325
2426
build-and-test-standard-runners:
2527
if: github.ref_name == github.event.repository.default_branch
@@ -32,15 +34,15 @@ jobs:
3234
build-configuration: Debug
3335
dotnet-version: 8.0.301
3436

35-
build-and-test-nuget-test:
36-
name: Build and Test - NuGetTest solution
37-
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
38-
with:
39-
parent-job-name: 'nuget-solution'
40-
machine-types: "['ubuntu-2404']"
41-
build-directory: NuGetTest
42-
timeout-minutes: 10
43-
dotnet-version: 8.0.301
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
4446

4547
post-pull-request-checks-automation:
4648
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)