Skip to content

Commit d5f48c9

Browse files
authored
Stop building source-build in non-1xx branches (#20614)
2 parents 11561fc + f9d5c53 commit d5f48c9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,6 @@ extends:
323323
buildArchitecture: arm64
324324
runTests: false
325325

326-
# Source Build
327-
- template: /eng/common/templates-official/jobs/source-build.yml@self
328-
parameters:
329-
enableInternalSources: true
330-
331326
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
332327
- stage: Publish
333328
dependsOn:

.vsts-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,6 @@ stages:
342342
linuxPortable: true
343343
runTests: false
344344

345-
- template: /eng/common/templates/jobs/source-build.yml
346-
parameters:
347-
enableInternalSources: true
348-
349345
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
350346
- stage: Publish
351347
dependsOn:

0 commit comments

Comments
 (0)