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 5b49fbf commit 3fa185aCopy full SHA for 3fa185a
.azure-pipelines/ci-build.yml
@@ -29,14 +29,13 @@ variables:
29
GitUserName: "Microsoft Graph DevX Tooling"
30
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
+ PREVIEW_BRANCH: 'refs/heads/main' # Updated to target your branch
33
34
trigger:
35
branches:
36
include:
37
- main
38
- dev
39
- - task/migrate-acr-push-pipeline
40
tags:
41
42
- v*
0 commit comments