File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
include :
8
8
- main
9
9
- support/v1
10
- - task/move-to-deploy-stage
11
10
tags :
12
11
include :
13
12
- ' v*'
16
15
include :
17
16
- main
18
17
- support/v1
19
- - task/move-to-deploy-stage
20
18
21
19
variables :
22
20
buildPlatform : ' Any CPU'
23
21
buildConfiguration : ' Release'
24
22
ProductBinPath : ' $(Build.SourcesDirectory)\src\Microsoft.OpenApi\bin\$(BuildConfiguration)'
25
- REGISTRY : ' msgraphpperegistry .azurecr.io'
23
+ REGISTRY : ' msgraphprodregistry .azurecr.io'
26
24
IMAGE_NAME : ' public/openapi/hidi'
27
- PREVIEW_BRANCH : ' refs/heads/task/move-to-deploy-stage '
25
+ PREVIEW_BRANCH : ' refs/heads/main '
28
26
29
27
resources :
30
28
repositories :
@@ -361,11 +359,11 @@ extends:
361
359
- task : AzureCLI@2
362
360
displayName : ' Login to Azure Container Registry'
363
361
inputs :
364
- azureSubscription : ' ACR Push Test '
362
+ azureSubscription : ' ACR Images Push Service Connection '
365
363
scriptType : bash
366
364
scriptLocation : inlineScript
367
365
inlineScript : |
368
- az acr login --name msgraphpperegistry
366
+ az acr login --name $(REGISTRY)
369
367
370
368
- powershell : |
371
369
$content = [XML](Get-Content $(Pipeline.Workspace)/Directory.Build.props)
You can’t perform that action at this time.
0 commit comments