We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3289a2 commit 4aa8fbaCopy full SHA for 4aa8fba
.github/workflows/build-and-test.yml
@@ -19,6 +19,7 @@ jobs:
19
build-configuration: Debug
20
build-enable-nuget-caching: 'true'
21
build-enable-npm-caching: 'true'
22
+ dotnet-version: 6.0.0
23
24
build-and-test-standard-runners:
25
if: github.ref_name == github.event.repository.default_branch
@@ -28,6 +29,7 @@ jobs:
28
29
parent-job-name: 'root-solution-standard-runners'
30
timeout-minutes: 30
31
32
33
34
build-and-test-nuget-test:
35
name: Build and Test - NuGetTest solution
@@ -36,6 +38,7 @@ jobs:
36
38
parent-job-name: 'nuget-solution'
37
39
build-directory: NuGetTest
40
timeout-minutes: 10
41
42
43
post-pull-request-checks-automation:
44
name: Post Pull Request Checks Automation
0 commit comments