Skip to content

Commit 4738a88

Browse files
authored
Disable static analysis and Mono tests by default (release-6.12.x) (#6761)
1 parent 3ec5112 commit 4738a88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parameters:
4141
- name: RunMonoTestsOnMac
4242
displayName: Run Mono tests on Mac
4343
type: boolean
44-
default: true
44+
default: false
4545

4646
resources:
4747
pipelines:

eng/pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030
- name: RunStaticAnalysis
3131
displayName: Run a static analysis
3232
type: boolean
33-
default: true
33+
default: false
3434
variables:
3535
DOTNET_NOLOGO: 1
3636
NUGET_EXPERIMENTAL_CHAIN_BUILD_RETRY_POLICY: 3,1000

eng/pipelines/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ parameters:
3737
- name: RunMonoTestsOnMac
3838
displayName: Run Mono tests on Mac
3939
type: boolean
40-
default: true
40+
default: false
4141
- name: RunStaticAnalysis
4242
displayName: Run static analysis
4343
type: boolean

0 commit comments

Comments
 (0)