Browse Source

Updated parameters reference

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
a4949e9d79
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

@ -3,7 +3,7 @@ parameters:
AppTitle: ''
jobs:
- job: ApiGatewayDeployment
displayName: '$(AppTitle) Deployment'
displayName: '${{ parameters.AppTitle }} Deployment'
variables:
- template: variables.yml
pool:


Loading…
Cancel
Save