diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 087b7d809fed..b133060fd6a4 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -115,12 +115,6 @@ extends: value: real - name: _Test value: '' - - template: /eng/common/templates-official/job/source-build.yml@self - parameters: - enableInternalSources: true - platform: - name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9' - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build.yml@self parameters: diff --git a/.vsts-pr.yml b/.vsts-pr.yml index 668b3b1e47b9..90dce5755f94 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -85,12 +85,6 @@ stages: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: _SignType: real _Test: '' - - template: /eng/common/templates/job/source-build.yml - parameters: - enableInternalSources: true - platform: - name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9' - ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build-pr.yml parameters: