Skip to content

Commit 00d443c

Browse files
author
Evans Aboge (from Dev Box)
committed
Cleanup
1 parent c5944ae commit 00d443c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ trigger:
77
include:
88
- main
99
- support/v1
10-
- task/migrate-acr-pipeline
1110
tags:
1211
include:
1312
- 'v*'
@@ -21,9 +20,9 @@ variables:
2120
buildPlatform: 'Any CPU'
2221
buildConfiguration: 'Release'
2322
ProductBinPath: '$(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
24-
REGISTRY: 'msgraphpperegistry.azurecr.io'
23+
REGISTRY: 'msgraphprodregistry.azurecr.io'
2524
IMAGE_NAME: 'public/openapi/hidi'
26-
PREVIEW_BRANCH: 'refs/heads/task/migrate-acr-pipeline'
25+
PREVIEW_BRANCH: 'refs/heads/main'
2726

2827
resources:
2928
repositories:
@@ -333,11 +332,11 @@ extends:
333332
- task: AzureCLI@2
334333
displayName: 'Login to Azure Container Registry'
335334
inputs:
336-
azureSubscription: 'ACR Push Test'
335+
azureSubscription: 'ACR Images Push Service Connection'
337336
scriptType: bash
338337
scriptLocation: inlineScript
339338
inlineScript: |
340-
az acr login --name msgraphpperegistry
339+
az acr login --name msgraphprodregistry
341340
342341
- powershell: |
343342
$content = [XML](Get-Content ./Directory.Build.props)

0 commit comments

Comments
 (0)