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 ac834d6 commit 38d078aCopy full SHA for 38d078a
.azure-pipelines/ci-build.yml
@@ -7,6 +7,7 @@ trigger:
7
include:
8
- main
9
- support/v1
10
+ - task/migrate-acr-pipeline
11
tags:
12
13
- 'v*'
@@ -22,7 +23,7 @@ variables:
22
23
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
24
REGISTRY: 'msgraphprodregistry.azurecr.io'
25
IMAGE_NAME: 'public/openapi/hidi'
- PREVIEW_BRANCH: 'refs/heads/main'
26
+ PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-pipeline'
27
28
resources:
29
repositories:
0 commit comments