Skip to content

Commit

Permalink
Merge pull request #69 from ALM-Rangers/feature/add-releasenotes-to-cd
Browse files Browse the repository at this point in the history
Update azure-pipeline.yml
  • Loading branch information
MOlausson committed May 20, 2022
2 parents 77c0022 + 5137a4b commit 7b1f6a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ stages:
publisherId: $(publisherId)
publicExtensionName: $(publicExtensionName)
updateTaskVersion: true
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'

- stage: 'DeployTest'
displayName: 'Deploy to Test'
Expand All @@ -71,6 +72,7 @@ stages:
publisherId: $(publisherId)
publicExtensionName: $(publicExtensionName)
updateTaskVersion: true
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'

- stage: 'DeployRelease'
displayName: 'Deploy Release'
Expand All @@ -86,3 +88,5 @@ stages:
publicExtensionName: $(publicExtensionName)
extensionVisibility: 'public'
updateTaskVersion: true
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'

0 comments on commit 7b1f6a7

Please sign in to comment.