Skip to content

Commit

Permalink
User Azure CLI for ACR login (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored Jun 17, 2024
1 parent c504c60 commit 8db229d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/yaml/steps/linux/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

steps:
# Login to ACR
- task: Docker@2
- task: AzureCLI@2
displayName: Docker Login
inputs:
containerRegistry: VS Diagnostics Dev (ProdDiagBuild)
command: login
azureSubscription: 'VS Diagnostics Dev (ProdDiagBuild)'
scriptType: bash
scriptLocation: inlineScript
inlineScript: 'az acr login --name proddiagbuild'

# Build binaries
- task: Bash@3
Expand Down

0 comments on commit 8db229d

Please sign in to comment.