File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,17 @@ extends:
39
39
name : netcore1espool-internal
40
40
image : 1es-ubuntu-2204
41
41
os : linux
42
+ templateContext :
43
+ type : releaseJob
44
+ isProduction : true
45
+ inputs :
46
+ - input : pipelineArtifact
47
+ pipeline : officialBuildCI
48
+ destinationPath : $(Pipeline.Workspace)
42
49
strategy :
43
50
runOnce :
44
51
deploy :
45
52
steps :
46
- - download : ' none'
47
- - task : DownloadPipelineArtifact@2
48
- displayName : ' 📦 Download artifacts from build pipeline.'
49
- inputs :
50
- buildType : ' specific'
51
- project : ' internal'
52
- definition : 1264
53
- buildVersionToDownload : ' specific'
54
- buildId : ' $(resources.pipeline.officialBuildCI.runID)'
55
- branchName : ' $(resources.pipeline.officialBuildCI.sourceBranch)'
56
53
- template : /azure-pipelines/install-node.yml@self
57
54
- pwsh : |
58
55
npm install --global @vscode/vsce
You can’t perform that action at this time.
0 commit comments