Skip to content

Commit 4344257

Browse files
committed
updated the variable names
1 parent 7120312 commit 4344257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azdo/pipelines/steps/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ steps:
4141
projects: '**/Microsoft.AzureHealth.DataServices.Tests.csproj'
4242
displayName: 'Run all tests'
4343
env:
44-
TenantId: $(proxy-tenant-id)
45-
ClientId: $(kv-client-id)
46-
ClientSecret: $(kv-client-secret)
44+
AZURE_TENANT_ID: $(proxy-tenant-id)
45+
AZURE_CLIENT_ID: $(kv-client-id)
46+
AZURE_CLIENT_SECRET: $(kv-client-secret)
4747
FhirServerUrl: $(fhir-api-url)
4848
KeyVaultUri: $(proxy-key-vault-uri)
4949
KeyVaultCertificateName: $(proxy-key-vault-certificate-name)

0 commit comments

Comments
 (0)