|
@ -23,6 +23,11 @@ stages: |
|
|
pool: |
|
|
pool: |
|
|
vmImage: 'windows-latest' |
|
|
vmImage: 'windows-latest' |
|
|
steps: |
|
|
steps: |
|
|
|
|
|
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1 |
|
|
|
|
|
displayName: 'Replace tokens in envoy.yaml' |
|
|
|
|
|
inputs: |
|
|
|
|
|
sourcePath: ./deploy/aro/mobilemarketingapigw |
|
|
|
|
|
filePattern: envoy.yaml |
|
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 |
|
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 |
|
|
displayName: 'Setup Openshift CLI' |
|
|
displayName: 'Setup Openshift CLI' |
|
|
inputs: |
|
|
inputs: |
|
|