Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1423ad5

Browse files
author
Jarret Shook
authored
Disable formatting jobs in release/3.1 (#27954)
1 parent 5614450 commit 1423ad5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/pipelines/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
#
8585
# Formatting
8686
#
87-
- template: /eng/platform-matrix.yml
88-
parameters:
89-
jobTemplate: format-job.yml
90-
platforms:
91-
- Linux_x64
92-
- Windows_NT_x64
87+
# - template: /eng/platform-matrix.yml
88+
# parameters:
89+
# jobTemplate: format-job.yml
90+
# platforms:
91+
# - Linux_x64
92+
# - Windows_NT_x64

eng/pipelines/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
#
124124
# Formatting
125125
#
126-
- template: /eng/platform-matrix.yml
127-
parameters:
128-
jobTemplate: format-job.yml
129-
platforms:
130-
- Linux_x64
126+
# - template: /eng/platform-matrix.yml
127+
# parameters:
128+
# jobTemplate: format-job.yml
129+
# platforms:
130+
# - Linux_x64

0 commit comments

Comments
 (0)