Commit a4d763f 1 parent cd76c96 commit a4d763f Copy full SHA for a4d763f
File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 19
19
build-configuration : Debug
20
20
build-enable-nuget-caching : ' true'
21
21
build-enable-npm-caching : ' true'
22
- dotnet-version : 8.0.301
22
+ dotnet-version : |
23
+ 6.0.427
24
+ 8.0.301
23
25
24
26
build-and-test-standard-runners :
25
27
if : github.ref_name == github.event.repository.default_branch
@@ -32,15 +34,15 @@ jobs:
32
34
build-configuration : Debug
33
35
dotnet-version : 8.0.301
34
36
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
44
46
45
47
post-pull-request-checks-automation :
46
48
name : Post Pull Request Checks Automation
You can’t perform that action at this time.
0 commit comments