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:
266266 echo "$artifactName"
267267 echo "$artifactVersion"
268268 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'
277269 - task : GitHubRelease@1
278270 displayName : ' GitHub release (edit)'
279271 inputs :
@@ -285,6 +277,13 @@ stages:
285277 releaseNotesSource : inline
286278 assets : ' $(Pipeline.Workspace)\**\*.exe'
287279 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'
288287
289288 - deployment : deploy_lib
290289 dependsOn : []
You can’t perform that action at this time.
0 commit comments