Updated path to job template

This commit is contained in:
Tim McCarthy 2020-03-02 12:32:40 -06:00
parent 480c500931
commit abbaddd54b
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ stages:
SourceImageRegistryProjectName: development
EnvironmentName: -dev.msftnbu.com
jobs:
- template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml
- template: ../azure-devops-templates/api-gw-deploy.yml
parameters:
AppName: mobileshoppingapigw
AppTitle: 'Mobile Shopping API Gateway'

View File

@ -16,7 +16,7 @@ stages:
SourceImageRegistryProjectName: development
EnvironmentName: -dev.msftnbu.com
jobs:
- template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml
- template: ../azure-devops-templates/api-gw-deploy.yml
parameters:
AppName: webmarketingapigw
AppTitle: 'Web Marketing API Gateway'

View File

@ -16,7 +16,7 @@ stages:
SourceImageRegistryProjectName: development
EnvironmentName: -dev.msftnbu.com
jobs:
- template: ./deploy/aro/azure-devops-templates/api-gw-deploy.yml
- template: ../azure-devops-templates/api-gw-deploy.yml
parameters:
AppName: webshoppingapigw
AppTitle: 'Web Shopping API Gateway'