[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#19688)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
parent
6f09d2c420
commit
a94d7b39b3
1 changed files with 30 additions and 13 deletions
|
@ -15,8 +15,24 @@ variables:
|
||||||
- name: NuGetSecurityAnalysisWarningLevel
|
- name: NuGetSecurityAnalysisWarningLevel
|
||||||
value: none
|
value: none
|
||||||
|
|
||||||
jobs:
|
resources:
|
||||||
- template: ../../src/installer/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml
|
repositories:
|
||||||
|
- repository: 1ESPipelineTemplates
|
||||||
|
type: git
|
||||||
|
name: 1ESPipelineTemplates/1ESPipelineTemplates
|
||||||
|
ref: refs/tags/release
|
||||||
|
|
||||||
|
extends:
|
||||||
|
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
|
||||||
|
parameters:
|
||||||
|
pool:
|
||||||
|
name: NetCore1ESPool-Svc-Internal
|
||||||
|
image: 1es-windows-2022
|
||||||
|
os: windows
|
||||||
|
stages:
|
||||||
|
- stage: stage
|
||||||
|
jobs:
|
||||||
|
- template: /src/installer/src/SourceBuild/Arcade/eng/common/templates/job/source-build-build-tarball.yml@self
|
||||||
parameters:
|
parameters:
|
||||||
architecture: x64
|
architecture: x64
|
||||||
excludeSdkContentTests: true
|
excludeSdkContentTests: true
|
||||||
|
@ -30,4 +46,5 @@ jobs:
|
||||||
name: Build_Tarball_x64
|
name: Build_Tarball_x64
|
||||||
pool:
|
pool:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
|
image: 1es-ubuntu-2004
|
||||||
|
os: linux
|
||||||
|
|
Loading…
Reference in a new issue