We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a7b3a + 3dc843d commit 650189bCopy full SHA for 650189b
pipelines/productionBuild.yml
@@ -286,13 +286,11 @@ extends:
286
inputs:
287
gitHubConnection: 'Kiota_Release'
288
target: $(Build.SourceVersion)
289
- tagSource: userSpecifiedTag
290
- tag: 'v$(VERSION_STRING)'
291
- title: '$(VERSION_STRING)'
292
- releaseNotesSource: inline
+ repositoryName: '$(Build.Repository.Name)'
+ action: edit
+ tag: $(VERSION_STRING)
+ addChangeLog: false
293
+ assetUploadMode: replace
294
assets: |
295
!**/**
- $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
296
- changeLogType: issueBased
297
- isPreRelease: '$(IS_PRE_RELEASE)'
298
- addChangeLog: true
+ $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
0 commit comments