diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 04236e2de7cb..d19b48db2b29 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -323,11 +323,6 @@ 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 d76faccd94a0..e68d048423f7 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -342,10 +342,6 @@ 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: