Skip to content

Commit 38d078a

Browse files
author
Evans Aboge (from Dev Box)
committed
Validate pipeline
1 parent ac834d6 commit 38d078a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ trigger:
77
include:
88
- main
99
- support/v1
10+
- task/migrate-acr-pipeline
1011
tags:
1112
include:
1213
- 'v*'
@@ -22,7 +23,7 @@ variables:
2223
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
2324
REGISTRY: 'msgraphprodregistry.azurecr.io'
2425
IMAGE_NAME: 'public/openapi/hidi'
25-
PREVIEW_BRANCH: 'refs/heads/main'
26+
PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-pipeline'
2627

2728
resources:
2829
repositories:

0 commit comments

Comments
 (0)