We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd9fed commit 7eb0945Copy full SHA for 7eb0945
3 files changed
eng/pipelines/ci.yml
@@ -41,7 +41,7 @@ parameters:
41
- name: RunMonoTestsOnMac
42
displayName: Run Mono tests on Mac
43
type: boolean
44
- default: true
+ default: false
45
46
resources:
47
pipelines:
eng/pipelines/official.yml
@@ -26,7 +26,7 @@ parameters:
26
27
28
29
30
- name: SigningType
31
displayName: Type of signing to use
32
type: string
eng/pipelines/pull_request.yml
@@ -33,7 +33,7 @@ parameters:
33
34
35
36
37
- name: RunStaticAnalysis
38
displayName: Run static analysis
39
0 commit comments