File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
2827resources :
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)
You can’t perform that action at this time.
0 commit comments