Skip to content

Commit 5902337

Browse files
committed
added debugging
1 parent 4344257 commit 5902337

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.azdo/pipelines/steps/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,12 @@ steps:
8383
EventGrid_Message_Queue: $(eventgrid-message-queue)
8484
EventGrid_Reference_Queue: $(eventgrid-reference-queue)
8585
CacheConnectionString: $(cicd-redis-cache-connectionstring)
86-
CacheHostName: $(cicd-redis-cache-hostname)
86+
CacheHostName: $(cicd-redis-cache-hostname)
87+
88+
- script: |
89+
echo "TENANT: $AZURE_TENANT_ID"
90+
echo "CLIENT: $AZURE_CLIENT_ID"
91+
displayName: 'Echo Azure Auth Vars'
92+
env:
93+
AZURE_TENANT_ID: $(proxy-tenant-id)
94+
AZURE_CLIENT_ID: $(kv-client-id)

0 commit comments

Comments
 (0)