Skip to content

Commit ec4811d

Browse files
authored
Remove source build for non-1xx branches. This code is different and main and also shouldn't apply to main
1 parent c09eea1 commit ec4811d

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,7 @@ extends:
306306
buildArchitecture: arm64
307307
runtimeIdentifier: osx-arm64
308308

309-
############### SOURCE BUILD ###############
310-
- template: /eng/common/templates-official/job/source-build.yml@self
311-
parameters:
312-
enableInternalSources: true
313-
platform:
314-
name: Managed
315-
container: centosStream9
316-
jobProperties:
317-
timeoutInMinutes: 30
309+
# Remove the source build leg as we don't ship that outside of 1xx feature bands
318310

319311
############### DOTNET-FORMAT ###############
320312
- ${{ if or(eq(parameters.runTestBuild, true), eq(variables['Build.Reason'], 'PullRequest')) }}:

.vsts-pr.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,7 @@ stages:
7878
buildArchitecture: arm64
7979
runtimeIdentifier: osx-arm64
8080

81-
############### SOURCE BUILD ###############
82-
- template: /eng/common/templates/job/source-build.yml
83-
parameters:
84-
enableInternalSources: true
85-
platform:
86-
name: Managed
87-
container: centosStream9
88-
jobProperties:
89-
timeoutInMinutes: 30
81+
# Remove the source build leg as we don't ship that outside of 1xx feature bands
9082

9183
############### DOTNET-FORMAT ###############
9284
- template: /eng/dotnet-format/dotnet-format-integration.yml

0 commit comments

Comments
 (0)