Skip to content

Commit 7b1f6a7

Browse files
authored
Merge pull request #69 from ALM-Rangers/feature/add-releasenotes-to-cd
Update azure-pipeline.yml
2 parents 77c0022 + 5137a4b commit 7b1f6a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure-pipelines/azure-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ stages:
5757
publisherId: $(publisherId)
5858
publicExtensionName: $(publicExtensionName)
5959
updateTaskVersion: true
60+
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'
6061

6162
- stage: 'DeployTest'
6263
displayName: 'Deploy to Test'
@@ -71,6 +72,7 @@ stages:
7172
publisherId: $(publisherId)
7273
publicExtensionName: $(publicExtensionName)
7374
updateTaskVersion: true
75+
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'
7476

7577
- stage: 'DeployRelease'
7678
displayName: 'Deploy Release'
@@ -86,3 +88,5 @@ stages:
8688
publicExtensionName: $(publicExtensionName)
8789
extensionVisibility: 'public'
8890
updateTaskVersion: true
91+
repositoryName: 'ALM-Rangers/azure-boards-kanban-tools'
92+

0 commit comments

Comments
 (0)