File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ variables:
44- template : config/settings.yml
55
66parameters :
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
You can’t perform that action at this time.
0 commit comments