Skip to content

Commit f605091

Browse files
[release/8.0.3xx] Stop building source-build in non-1xx branches (#51251)
Co-authored-by: Nikola Milosavljevic <[email protected]>
1 parent a0ac186 commit f605091

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ extends:
115115
value: real
116116
- name: _Test
117117
value: ''
118-
- template: /eng/common/templates-official/job/source-build.yml@self
119-
parameters:
120-
enableInternalSources: true
121-
platform:
122-
name: 'Managed'
123-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
124118
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
125119
- template: /eng/build.yml@self
126120
parameters:

.vsts-pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ stages:
8585
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
8686
_SignType: real
8787
_Test: ''
88-
- template: /eng/common/templates/job/source-build.yml
89-
parameters:
90-
enableInternalSources: true
91-
platform:
92-
name: 'Managed'
93-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
9488
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
9589
- template: /eng/build-pr.yml
9690
parameters:

0 commit comments

Comments
 (0)