Skip to content

Commit 436e048

Browse files
author
Evans Aboge (from Dev Box)
committed
Validate for this branch
1 parent 2598dad commit 436e048

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 6 additions & 4 deletions
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)'
23-
REGISTRY: 'msgraphprodregistry.azurecr.io'
25+
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:
@@ -359,11 +361,11 @@ extends:
359361
- task: AzureCLI@2
360362
displayName: 'Login to Azure Container Registry'
361363
inputs:
362-
azureSubscription: 'ACR Images Push Service Connection'
364+
azureSubscription: 'ACR Push Test'
363365
scriptType: bash
364366
scriptLocation: inlineScript
365367
inlineScript: |
366-
az acr login --name msgraphprodregistry
368+
az acr login --name msgraphpperegistry
367369
368370
- powershell: |
369371
$content = [XML](Get-Content $(Pipeline.Workspace)/Directory.Build.props)

0 commit comments

Comments
 (0)