From f59789cef76b61eebbba59d94d7b576c0ddd41de Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Thu, 9 Oct 2025 11:04:51 -0700 Subject: [PATCH] Revert "[release/8.0.1xx] Stop building source-build in non-1xx branches (#20635)" This reverts commit 8aa111e4d732654145d71dc691a03f7ba62fff9c. --- .vsts-ci.yml | 5 +++++ .vsts-pr.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 8eeba1e2f323..a8babf11e674 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -330,6 +330,11 @@ extends: buildArchitecture: arm64 runTests: false + # Source Build + - template: /eng/common/templates-official/jobs/source-build.yml@self + parameters: + enableInternalSources: true + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - stage: Publish dependsOn: diff --git a/.vsts-pr.yml b/.vsts-pr.yml index 349e05fd7105..24e64b2daeb8 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -340,6 +340,10 @@ stages: linuxPortable: true runTests: false + - template: /eng/common/templates/jobs/source-build.yml + parameters: + enableInternalSources: true + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - stage: Publish dependsOn: