Skip to content

Commit dd01b53

Browse files
authored
Merge pull request #2650 from microsoftgraph/andrueastman-patch-1
ci: fixing double tagging and GH releases
2 parents 7b8a50b + bf4fd8a commit dd01b53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ extends:
290290
inputs:
291291
gitHubConnection: 'Kiota_Release'
292292
target: $(Build.SourceVersion)
293+
repositoryName: '$(Build.Repository.Name)'
293294
action: edit
294-
tagSource: userSpecifiedTag
295-
tag: 'v$(VERSION_STRING)'
296-
title: 'v$(VERSION_STRING)'
295+
tag: $(VERSION_STRING)
296+
addChangeLog: false
297+
assetUploadMode: replace
297298
assets: |
298299
!**/**
299-
$(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
300-
addChangeLog: false
300+
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg

0 commit comments

Comments
 (0)