Skip to content

Commit 1fba122

Browse files
[release/8.0.3xx] Stop building source-build in non-1xx branches (#20634)
Co-authored-by: Nikola Milosavljevic <nikolam@microsoft.com>
1 parent 5ccb2cf commit 1fba122

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)