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 3461233 commit 42254c4Copy full SHA for 42254c4
.azure-pipelines/ci-build.yml
@@ -7,6 +7,7 @@ trigger:
7
include:
8
- main
9
- support/v1
10
+ - task/move-to-deploy-stage
11
tags:
12
13
- 'v*'
@@ -15,14 +16,15 @@ pr:
15
16
17
18
19
20
21
variables:
22
buildPlatform: 'Any CPU'
23
buildConfiguration: 'Release'
24
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
25
REGISTRY: 'msgraphpperegistry.azurecr.io'
26
IMAGE_NAME: 'public/openapi/hidi'
- PREVIEW_BRANCH: 'refs/heads/main'
27
+ PREVIEW_BRANCH: 'refs/heads/task/move-to-deploy-stage'
28
29
resources:
30
repositories:
0 commit comments