Skip to content

Commit e0b3061

Browse files
committed
Publish release notes and .exe before pushing to Nuget
1 parent 232b45f commit e0b3061

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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: []

0 commit comments

Comments
 (0)