mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-16 10:35:31 +01:00
testing azure cli task connection
This commit is contained in:
parent
8319ddbb49
commit
9224f7365d
18
.az-pipelines/az-cli-tests.yml
Normal file
18
.az-pipelines/az-cli-tests.yml
Normal file
@ -0,0 +1,18 @@
|
||||
trigger: none
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
|
||||
variables:
|
||||
- group: sub-secrets
|
||||
|
||||
steps:
|
||||
- task: AzureCLI@2
|
||||
displayName: Azure CLI KV Test
|
||||
inputs:
|
||||
azureSubscription: '$(subscription-id)'
|
||||
scriptType: ps
|
||||
scriptLocation: inlineScript
|
||||
inlineScript: |
|
||||
az --verison
|
||||
az account show
|
Loading…
Reference in New Issue
Block a user