File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,16 @@ stages:
266
266
echo "$artifactName"
267
267
echo "$artifactVersion"
268
268
displayName: 'Fetch Artifact Name'
269
+ - task : NuGetCommand@2
270
+ displayName : ' NuGet push'
271
+ inputs :
272
+ command : push
273
+ packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
274
+ nuGetFeedType : external
275
+ publishFeedCredentials : ' OpenAPI Nuget Connection'
269
276
- task : GitHubRelease@1
270
277
displayName : ' GitHub release (edit)'
278
+ condition : succeededOrFailed()
271
279
inputs :
272
280
gitHubConnection : ' Github-MaggieKimani1'
273
281
action : edit
@@ -277,13 +285,6 @@ stages:
277
285
releaseNotesSource : inline
278
286
assets : ' $(Pipeline.Workspace)\**\*.exe'
279
287
changeLogType : issueBased
280
- - task : NuGetCommand@2
281
- displayName : ' NuGet push'
282
- inputs :
283
- command : push
284
- packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
285
- nuGetFeedType : external
286
- publishFeedCredentials : ' OpenAPI Nuget Connection'
287
288
288
289
- deployment : deploy_lib
289
290
dependsOn : []
You can’t perform that action at this time.
0 commit comments