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:
4
4
- template : config/settings.yml
5
5
6
6
parameters :
7
- - name : SourcePipeline
8
- type : string
9
- default : stabilization_ci
10
- values :
11
- - stabilization_ci
12
- - mrtk_ci
13
7
- name : PreviewNumber
14
8
type : number
15
9
default : -1
@@ -18,17 +12,14 @@ jobs:
18
12
- job : UPMPublicRelease
19
13
timeoutInMinutes : 30
20
14
pool :
21
- vmImage : windows-2019
15
+ vmImage : Analog-1ES-WindowsLatest
22
16
steps :
23
17
- task : DownloadPipelineArtifact@2
24
18
displayName : Download tarballs
25
19
inputs :
26
20
source : specific
27
21
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
32
23
runVersion : latestFromBranch
33
24
runBranch : $(Build.SourceBranch)
34
25
artifactName : mrtk-upm
You can’t perform that action at this time.
0 commit comments