Skip to content

Commit 9d3cfce

Browse files
authored
Update packageupmpublic.yaml (#11275)
1 parent e71f2c6 commit 9d3cfce

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pipelines/packageupmpublic.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ variables:
44
- template: config/settings.yml
55

66
parameters:
7-
- name: SourcePipeline
8-
type: string
9-
default: stabilization_ci
10-
values:
11-
- stabilization_ci
12-
- mrtk_ci
137
- name: PreviewNumber
148
type: number
159
default: -1
@@ -18,17 +12,14 @@ jobs:
1812
- job: UPMPublicRelease
1913
timeoutInMinutes: 30
2014
pool:
21-
vmImage: windows-2019
15+
vmImage: Analog-1ES-WindowsLatest
2216
steps:
2317
- task: DownloadPipelineArtifact@2
2418
displayName: Download tarballs
2519
inputs:
2620
source: specific
2721
project: $(System.TeamProjectId)
28-
${{ if eq(parameters.SourcePipeline, 'stabilization_ci') }}:
29-
pipeline: 32
30-
${{ if eq(parameters.SourcePipeline, 'mrtk_ci') }}:
31-
pipeline: 15
22+
pipeline: 41531
3223
runVersion: latestFromBranch
3324
runBranch: $(Build.SourceBranch)
3425
artifactName: mrtk-upm

0 commit comments

Comments
 (0)