Skip to content

Commit

Permalink
Update azure-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madkoo committed May 12, 2022
1 parent 9e69198 commit 35319be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 @@ -85,4 +87,5 @@ stages:
publisherId: $(publisherId)
publicExtensionName: $(publicExtensionName)
extensionVisibility: 'public'
updateTaskVersion: true
updateTaskVersion: true
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'

0 comments on commit 35319be

Please sign in to comment.