Skip to content

Commit 42254c4

Browse files
author
Evans Aboge (from Dev Box)
committed
Trigger for this branch
1 parent 3461233 commit 42254c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 3 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/move-to-deploy-stage
1011
tags:
1112
include:
1213
- 'v*'
@@ -15,14 +16,15 @@ pr:
1516
include:
1617
- main
1718
- support/v1
19+
- task/move-to-deploy-stage
1820

1921
variables:
2022
buildPlatform: 'Any CPU'
2123
buildConfiguration: 'Release'
2224
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
2325
REGISTRY: 'msgraphpperegistry.azurecr.io'
2426
IMAGE_NAME: 'public/openapi/hidi'
25-
PREVIEW_BRANCH: 'refs/heads/main'
27+
PREVIEW_BRANCH: 'refs/heads/task/move-to-deploy-stage'
2628

2729
resources:
2830
repositories:

0 commit comments

Comments
 (0)