File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -118,16 +118,17 @@ extends:
118
118
- deployment : ' DeployToInternalFeed'
119
119
displayName : ' Deploy to Internal Feed'
120
120
environment : ' PowerShellInternalFeed'
121
+ templateContext :
122
+ type : releaseJob
123
+ isProduction : true
124
+ inputs :
125
+ - input : pipelineArtifact
126
+ artifactName : drop
127
+ targetPath : ' $(System.DefaultWorkingDirectory)/drop'
121
128
strategy :
122
129
runOnce :
123
130
deploy :
124
131
steps :
125
- - checkout : self
126
- - task : DownloadPipelineArtifact@2
127
- displayName : ' Download Build Artifacts'
128
- inputs :
129
- buildType : ' current'
130
- targetPath : ' $(System.DefaultWorkingDirectory)'
131
132
- task : 1ES.PublishNuget@1
132
133
displayName : ' Publish NuGet to feed'
133
134
inputs :
@@ -144,16 +145,17 @@ extends:
144
145
- deployment : ' DeployToPowerShellGallery'
145
146
displayName : ' Deploy to PowerShell Gallery'
146
147
environment : ' PowerShellGallery'
148
+ templateContext :
149
+ type : releaseJob
150
+ isProduction : true
151
+ inputs :
152
+ - input : pipelineArtifact
153
+ artifactName : drop
154
+ targetPath : ' $(System.DefaultWorkingDirectory)/drop'
147
155
strategy :
148
156
runOnce :
149
157
deploy :
150
158
steps :
151
- - checkout : self
152
- - task : DownloadPipelineArtifact@2
153
- displayName : ' Download Build Artifacts'
154
- inputs :
155
- buildType : ' current'
156
- targetPath : ' $(System.DefaultWorkingDirectory)'
157
159
- task : 1ES.PublishNuget@1
158
160
displayName : ' Publish NuGet to feed'
159
161
inputs :
You can’t perform that action at this time.
0 commit comments