mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
20 lines
408 B
YAML
20 lines
408 B
YAML
trigger: none
|
|
|
|
pool:
|
|
vmImage: 'windows-latest'
|
|
|
|
variables:
|
|
- group: sub-secrets
|
|
|
|
steps:
|
|
- task: AzureCLI@2
|
|
displayName: Azure CLI KV Test
|
|
inputs:
|
|
azureSubscription: '$(subscription-id)'
|
|
connectedServiceNameARM: keyvault-signing-SP
|
|
scriptType: ps
|
|
scriptLocation: inlineScript
|
|
inlineScript: |
|
|
az --verison
|
|
az keyvault certificate list --vault-name code-signing-test-vault
|