Browse Source

Updated path to variables template

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
fea4c26e92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/aro/azure-devops-templates/api-gw-deploy.yml

+ 1
- 1
deploy/aro/azure-devops-templates/api-gw-deploy.yml View File

@ -5,7 +5,7 @@ jobs:
- job: ApiGatewayDeployment
displayName: '$(AppTitle) Deployment'
variables:
- template: ./deploy/aro/azure-devops-templates/variables.yml
- template: variables.yml
pool:
vmImage: 'windows-latest'
steps:


Loading…
Cancel
Save