File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,13 @@ extends:
5555 stages :
5656 - stage : Prepare
5757 jobs :
58- - job : Prepare Release
58+ - job : Prepare
5959
6060 variables :
6161 drop_path : $(Pipeline.Workspace)/drop
6262
6363 templateContext :
64- type : releaseJob
65- isProduction : true
64+ type : validationJob
6665 inputs :
6766 - input : pipelineArtifact
6867 targetPath : $(drop_path)
Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ extends:
3838 stages :
3939 - stage : Prepare
4040 jobs :
41- - job : Prepare Release
41+ - job : Prepare
4242
4343 variables :
4444 drop_path : $(Pipeline.Workspace)/drop
4545
4646 templateContext :
47- type : releaseJob
48- isProduction : true
47+ type : validationJob
4948 inputs :
5049 - input : pipelineArtifact
5150 targetPath : $(drop_path)
You can’t perform that action at this time.
0 commit comments