Skip to content

Commit dcce6f2

Browse files
committed
what account are we using?
1 parent ca74b63 commit dcce6f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ stages:
100100
lfs: false
101101
path: $(TSQLT_REPO_DIR)
102102

103+
- task: AzureCLI@2
104+
inputs:
105+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
106+
scriptType: 'ps'
107+
scriptLocation: 'inlineScript'
108+
inlineScript: 'az account show' # This command shows the logged-in Azure account details.
109+
103110
- task: AzureKeyVault@1
104111
inputs:
105112
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'

0 commit comments

Comments
 (0)