Commit 8eb1a1c 1 parent d285852 commit 8eb1a1c Copy full SHA for 8eb1a1c
File tree 2 files changed +7
-0
lines changed
eng/ci/templates/official/jobs
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,23 @@ jobs:
12
12
- input : pipelineArtifact
13
13
pipeline : core-tools-host
14
14
artifactName : drop-coretools-host-linux-signed
15
+ targetPath : $(Pipeline.Workspace)/core-tools-host
15
16
- input : pipelineArtifact
16
17
pipeline : core-tools-host
17
18
artifactName : drop-coretools-host-windows
19
+ targetPath : $(Pipeline.Workspace)/core-tools-host
18
20
- input : pipelineArtifact
19
21
pipeline : core-tools-inproc
20
22
artifactName : drop-inproc6
23
+ targetPath : $(Pipeline.Workspace)/core-tools-inproc
21
24
- input : pipelineArtifact
22
25
pipeline : core-tools-inproc
23
26
artifactName : drop-inproc8
27
+ targetPath : $(Pipeline.Workspace)/core-tools-inproc
24
28
- input : pipelineArtifact
25
29
pipeline : core-tools-default
26
30
artifactName : drop
31
+ targetPath : $(Pipeline.Workspace)/core-tools-default
27
32
28
33
outputs :
29
34
- output : pipelineArtifact
Original file line number Diff line number Diff line change 4
4
templateContext :
5
5
inputs :
6
6
- input : pipelineArtifact
7
+ pipeline : core-tools-default
7
8
artifactName : drop
9
+ targetPath : $(Pipeline.Workspace)/core-tools-default
8
10
outputs :
9
11
- output : pipelineArtifact
10
12
displayName : Publish nuget package
You can’t perform that action at this time.
0 commit comments