dotnet-installer/eng/source-build-tarball-build-official.yml
Michael Simons 382796a346
Port 7.0 source-build changes to main (#14840)
* Remove llvm-project from source-build as we have removed this dependency in runtime. (#14697)

* Remove llvm-project from source-build as we have removed this dependency in runtime.

* Add patch for the backport PR to get this to build for now.

* Remove unneeded copy of this patch.

* Update patch backport comments and remove obsolete patch (#14710)

* Refactor source-build CI triggers and pools (#14835)

* Fixup-merge

Co-authored-by: Chris Rummel <crummel@microsoft.com>
2022-10-28 09:13:54 -07:00

21 lines
468 B
YAML

trigger: none
pr: none
resources:
pipelines:
- pipeline: installer-build-resource
source: dotnet-installer-official-ci
trigger:
branches:
include:
- main
- release/*
- internal/release/*
stages:
- build
stages:
- stage: build
jobs:
- template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml
parameters:
installerBuildResourceId: installer-build-resource