File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ steps:
3333 failOnAlert : true
3434
3535- ${{ if eq(parameters.unitTest, 'true') }} :
36+ - script : |
37+ echo "TENANT: $AZURE_TENANT_ID"
38+ echo "CLIENT: $AZURE_CLIENT_ID"
39+ displayName: 'Echo Azure Auth Vars'
40+ env:
41+ AZURE_TENANT_ID: $(proxy-tenant-id)
42+ AZURE_CLIENT_ID: $(kv-client-id)
3643 - task : DotNetCoreCLI@2
3744 inputs :
3845 command : ' test'
@@ -85,10 +92,3 @@ steps:
8592 CacheConnectionString : $(cicd-redis-cache-connectionstring)
8693 CacheHostName : $(cicd-redis-cache-hostname)
8794
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)
You can’t perform that action at this time.
0 commit comments