Skip to content

Commit 650189b

Browse files
authored
Merge pull request #890 from microsoftgraph/andrueastman/fixdoubleRelease
ci: fixing double tagging and GH releases
2 parents 28a7b3a + 3dc843d commit 650189b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pipelines/productionBuild.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,11 @@ extends:
286286
inputs:
287287
gitHubConnection: 'Kiota_Release'
288288
target: $(Build.SourceVersion)
289-
tagSource: userSpecifiedTag
290-
tag: 'v$(VERSION_STRING)'
291-
title: '$(VERSION_STRING)'
292-
releaseNotesSource: inline
289+
repositoryName: '$(Build.Repository.Name)'
290+
action: edit
291+
tag: $(VERSION_STRING)
292+
addChangeLog: false
293+
assetUploadMode: replace
293294
assets: |
294295
!**/**
295-
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
296-
changeLogType: issueBased
297-
isPreRelease: '$(IS_PRE_RELEASE)'
298-
addChangeLog: true
296+
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg

0 commit comments

Comments
 (0)