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