We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca74b63 commit dcce6f2Copy full SHA for dcce6f2
CI/Azure-DevOps/AZ_MainPipeline.yml
@@ -100,6 +100,13 @@ stages:
100
lfs: false
101
path: $(TSQLT_REPO_DIR)
102
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
+
110
- task: AzureKeyVault@1
111
inputs:
112
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
0 commit comments