We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd6713 commit 51a004bCopy full SHA for 51a004b
.azure-pipelines/ci-build.yml
@@ -22,7 +22,7 @@ pr:
22
- task/migrate-acr-pipeline
23
24
variables:
25
- REGISTRY: 'msgraphprodregistry.azurecr.io'
+ REGISTRY: 'msgraphpperegistry.azurecr.io'
26
IMAGE_NAME: 'public/openapi/hidi'
27
PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-pipeline'
28
@@ -35,7 +35,7 @@ steps:
35
- task: AzureCLI@2
36
displayName: 'Login to Azure Container Registry'
37
inputs:
38
- azureSubscription: 'ACR Images Push Service Connection'
+ azureSubscription: 'ACR Push Test'
39
scriptType: bash
40
scriptLocation: inlineScript
41
inlineScript: |
0 commit comments