Skip to content

Commit 8aa111e

Browse files
[release/8.0.1xx] Stop building source-build in non-1xx branches (dotnet#20635)
Co-authored-by: Nikola Milosavljevic <[email protected]>
1 parent 7024651 commit 8aa111e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,6 @@ 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-
338333
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
339334
- stage: Publish
340335
dependsOn:

.vsts-pr.yml

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

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

0 commit comments

Comments
 (0)