Updated path to variables template

This commit is contained in:
Tim McCarthy 2020-03-02 11:38:23 -06:00
parent cb6ba021cf
commit fea4c26e92

View File

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