File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 77 include :
88 - main
99 - support/v1
10+ - task/move-to-deploy-stage
1011 tags :
1112 include :
1213 - ' v*'
1516 include :
1617 - main
1718 - support/v1
19+ - task/move-to-deploy-stage
1820
1921variables :
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
2729resources :
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)
You can’t perform that action at this time.
0 commit comments