Skip to content

Commit 29dee44

Browse files
author
Evans Aboge (from Dev Box)
committed
Clean up PR
1 parent 2b645b9 commit 29dee44

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ trigger:
77
include:
88
- main
99
- support/v1
10-
- task/move-to-deploy-stage
1110
tags:
1211
include:
1312
- 'v*'
@@ -16,15 +15,14 @@ pr:
1615
include:
1716
- main
1817
- support/v1
19-
- task/move-to-deploy-stage
2018

2119
variables:
2220
buildPlatform: 'Any CPU'
2321
buildConfiguration: 'Release'
2422
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
25-
REGISTRY: 'msgraphpperegistry.azurecr.io'
23+
REGISTRY: 'msgraphprodregistry.azurecr.io'
2624
IMAGE_NAME: 'public/openapi/hidi'
27-
PREVIEW_BRANCH: 'refs/heads/task/move-to-deploy-stage'
25+
PREVIEW_BRANCH: 'refs/heads/main'
2826

2927
resources:
3028
repositories:
@@ -361,11 +359,11 @@ extends:
361359
- task: AzureCLI@2
362360
displayName: 'Login to Azure Container Registry'
363361
inputs:
364-
azureSubscription: 'ACR Push Test'
362+
azureSubscription: 'ACR Images Push Service Connection'
365363
scriptType: bash
366364
scriptLocation: inlineScript
367365
inlineScript: |
368-
az acr login --name msgraphpperegistry
366+
az acr login --name $(REGISTRY)
369367
370368
- powershell: |
371369
$content = [XML](Get-Content $(Pipeline.Workspace)/Directory.Build.props)

0 commit comments

Comments
 (0)