File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -261,17 +261,15 @@ extends:
261
261
nuGetFeedType : external
262
262
publishFeedCredentials : ' microsoftgraph NuGet connection'
263
263
- task : GitHubRelease@1
264
- displayName : ' GitHub release (create )'
264
+ displayName : ' GitHub release (Upload Artifacts )'
265
265
inputs :
266
266
gitHubConnection : ' Kiota_Release'
267
267
target : $(Build.SourceVersion)
268
+ action : edit
268
269
tagSource : userSpecifiedTag
269
270
tag : ' v$(VERSION_STRING)'
270
- title : ' $(VERSION_STRING)'
271
- releaseNotesSource : inline
271
+ title : ' v$(VERSION_STRING)'
272
272
assets : |
273
273
!**/**
274
274
$(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
275
- changeLogType : issueBased
276
- isPreRelease : ' $(IS_PRE_RELEASE)'
277
- addChangeLog : true
275
+ addChangeLog : false
You can’t perform that action at this time.
0 commit comments