Skip to content

Commit f0edb10

Browse files
committed
ci(release): Edit release pipeline to only add artifacts to GH-release
1 parent 1be55f6 commit f0edb10

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,15 @@ extends:
261261
nuGetFeedType: external
262262
publishFeedCredentials: 'microsoftgraph NuGet connection'
263263
- task: GitHubRelease@1
264-
displayName: 'GitHub release (create)'
264+
displayName: 'GitHub release (Upload Artifacts)'
265265
inputs:
266266
gitHubConnection: 'Kiota_Release'
267267
target: $(Build.SourceVersion)
268+
action: edit
268269
tagSource: userSpecifiedTag
269270
tag: 'v$(VERSION_STRING)'
270-
title: '$(VERSION_STRING)'
271-
releaseNotesSource: inline
271+
title: 'v$(VERSION_STRING)'
272272
assets: |
273273
!**/**
274274
$(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
275-
changeLogType: issueBased
276-
isPreRelease: '$(IS_PRE_RELEASE)'
277-
addChangeLog: true
275+
addChangeLog: false

0 commit comments

Comments
 (0)