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