Skip to content

Commit

Permalink
Merge pull request #890 from microsoftgraph/andrueastman/fixdoubleRel…
Browse files Browse the repository at this point in the history
…ease

ci: fixing double tagging and GH releases
  • Loading branch information
andrueastman authored Aug 19, 2024
2 parents 28a7b3a + 3dc843d commit 650189b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pipelines/productionBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,11 @@ extends:
inputs:
gitHubConnection: 'Kiota_Release'
target: $(Build.SourceVersion)
tagSource: userSpecifiedTag
tag: 'v$(VERSION_STRING)'
title: '$(VERSION_STRING)'
releaseNotesSource: inline
repositoryName: '$(Build.Repository.Name)'
action: edit
tag: $(VERSION_STRING)
addChangeLog: false
assetUploadMode: replace
assets: |
!**/**
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
changeLogType: issueBased
isPreRelease: '$(IS_PRE_RELEASE)'
addChangeLog: true
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg

0 comments on commit 650189b

Please sign in to comment.