зеркало из https://github.com/microsoft/cppwinrt.git
Update pool (#1374)
This commit is contained in:
Родитель
fc587f31f9
Коммит
2511bf7fcb
|
@ -11,7 +11,24 @@ parameters:
|
|||
type: string
|
||||
default: "https://github.com/microsoft/cppwinrt.git"
|
||||
|
||||
jobs:
|
||||
resources:
|
||||
repositories:
|
||||
- repository: 1ESPipelineTemplates
|
||||
type: git
|
||||
name: 1ESPipelineTemplates/1ESPipelineTemplates
|
||||
ref: refs/tags/release
|
||||
extends:
|
||||
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
|
||||
parameters:
|
||||
pool:
|
||||
name: Azure-Pipelines-1ESPT-ExDShared
|
||||
image: windows-2022
|
||||
os: windows
|
||||
customBuildTags:
|
||||
- ES365AIMigrationTooling
|
||||
stages:
|
||||
- stage: stage
|
||||
jobs:
|
||||
- job: SyncMirror
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -20,9 +37,6 @@ jobs:
|
|||
SourceBranch: ${{ branches.key }}
|
||||
TargetBranch: ${{ branches.value }}
|
||||
dependsOn: []
|
||||
pool:
|
||||
name: Azure Pipelines
|
||||
vmImage: 'windows-2022'
|
||||
steps:
|
||||
- checkout: self
|
||||
persistCredentials: true
|
||||
|
@ -51,4 +65,3 @@ jobs:
|
|||
inputs:
|
||||
script: |
|
||||
git push
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче