diff --git a/deploy/aro/mobileshoppingapigw/azure-pipelines.yml b/deploy/aro/mobileshoppingapigw/azure-pipelines.yml index 06f40f3d0..ed096aa42 100644 --- a/deploy/aro/mobileshoppingapigw/azure-pipelines.yml +++ b/deploy/aro/mobileshoppingapigw/azure-pipelines.yml @@ -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' \ No newline at end of file diff --git a/deploy/aro/webmarketingapigw/azure-pipelines.yml b/deploy/aro/webmarketingapigw/azure-pipelines.yml index 3d5c7c580..e27f18b47 100644 --- a/deploy/aro/webmarketingapigw/azure-pipelines.yml +++ b/deploy/aro/webmarketingapigw/azure-pipelines.yml @@ -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' \ No newline at end of file diff --git a/deploy/aro/webshoppingapigw/azure-pipelines.yml b/deploy/aro/webshoppingapigw/azure-pipelines.yml index ebbfb4e66..27ea3b9b7 100644 --- a/deploy/aro/webshoppingapigw/azure-pipelines.yml +++ b/deploy/aro/webshoppingapigw/azure-pipelines.yml @@ -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'