Commit 113aa1a 1 parent a4d763f commit 113aa1a Copy full SHA for 113aa1a
File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,21 @@ jobs:
32
32
machine-types : " ['ubuntu-2404']"
33
33
timeout-minutes : 30
34
34
build-configuration : Debug
35
- dotnet-version : 8.0.301
35
+ dotnet-version : |
36
+ 6.0.427
37
+ 8.0.301
36
38
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
46
50
47
51
post-pull-request-checks-automation :
48
52
name : Post Pull Request Checks Automation
You can’t perform that action at this time.
0 commit comments