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