Skip to content

Commit 88ed3b3

Browse files
committed
updating the logs
1 parent 5902337 commit 88ed3b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.azdo/pipelines/steps/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)