Skip to content

Commit

Permalink
Merge pull request #2650 from microsoftgraph/andrueastman-patch-1
Browse files Browse the repository at this point in the history
ci: fixing double tagging and GH releases
  • Loading branch information
andrueastman authored Sep 3, 2024
2 parents 7b8a50b + bf4fd8a commit dd01b53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ extends:
inputs:
gitHubConnection: 'Kiota_Release'
target: $(Build.SourceVersion)
repositoryName: '$(Build.Repository.Name)'
action: edit
tagSource: userSpecifiedTag
tag: 'v$(VERSION_STRING)'
title: 'v$(VERSION_STRING)'
tag: $(VERSION_STRING)
addChangeLog: false
assetUploadMode: replace
assets: |
!**/**
$(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
addChangeLog: false
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg

0 comments on commit dd01b53

Please sign in to comment.