382796a346
* 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>
21 lines
468 B
YAML
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
|