File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ jobs:
14
14
uses : Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
15
15
with :
16
16
parent-job-name : root-solution-larger-runners
17
- machine-types : " ['warp-ubuntu-2204 -x64-4x']"
17
+ machine-types : " ['warp-ubuntu-2404 -x64-4x']"
18
18
timeout-minutes : 15
19
19
build-configuration : Debug
20
20
build-enable-nuget-caching : ' true'
21
21
build-enable-npm-caching : ' true'
22
+ dotnet-version : |
23
+ 6.0.427
24
+ 8.0.301
22
25
23
26
build-and-test-standard-runners :
24
27
if : github.ref_name == github.event.repository.default_branch
28
31
parent-job-name : ' root-solution-standard-runners'
29
32
timeout-minutes : 30
30
33
build-configuration : Debug
34
+ dotnet-version : |
35
+ 6.0.427
36
+ 8.0.301
31
37
32
38
build-and-test-nuget-test :
33
39
name : Build and Test - NuGetTest solution
36
42
parent-job-name : ' nuget-solution'
37
43
build-directory : NuGetTest
38
44
timeout-minutes : 10
45
+ dotnet-version : |
46
+ 6.0.427
47
+ 8.0.301
39
48
40
49
post-pull-request-checks-automation :
41
50
name : Post Pull Request Checks Automation
You can’t perform that action at this time.
0 commit comments