Skip to content

Commit 97725e8

Browse files
Revert "[release/8.0.1xx] Stop building source-build in non-1xx branc… (#20640)
1 parent 8aa111e commit 97725e8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.vsts-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,11 @@ extends:
330330
buildArchitecture: arm64
331331
runTests: false
332332

333+
# Source Build
334+
- template: /eng/common/templates-official/jobs/source-build.yml@self
335+
parameters:
336+
enableInternalSources: true
337+
333338
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
334339
- stage: Publish
335340
dependsOn:

.vsts-pr.yml

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

343+
- template: /eng/common/templates/jobs/source-build.yml
344+
parameters:
345+
enableInternalSources: true
346+
343347
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
344348
- stage: Publish
345349
dependsOn:

0 commit comments

Comments
 (0)