We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df489c commit 60235e7Copy full SHA for 60235e7
2 files changed
.azure-pipelines/acr-push.yml
.azure-pipelines/ci-build.yml
@@ -27,7 +27,7 @@ variables:
27
BuildAgent: ${{ parameters.BuildAgent }}
28
GitUserEmail: "GraphTooling@service.microsoft.com"
29
GitUserName: "Microsoft Graph DevX Tooling"
30
- REGISTRY: 'msgraphpperegistry.azurecr.io'
+ REGISTRY: 'msgraphprodregistry.azurecr.io'
31
IMAGE_NAME: 'public/microsoftgraph/powershell'
32
PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-push-pipeline' # Updated to target your branch
33
0 commit comments