Skip to content

Commit 1db17d3

Browse files
committed
trying to update the variables names
1 parent 4bc0381 commit 1db17d3

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-
PROXY_TenantId: $(proxy-tenant-id)
45-
PROXY_ClientId: $(kv-client-id)
46-
PROXY_ClientSecret: $(kv-client-secret)
44+
TenantId: $(proxy-tenant-id)
45+
ClientId: $(kv-client-id)
46+
ClientSecret: $(kv-client-secret)
4747
PROXY_FhirServerUrl: $(fhir-api-url)
4848
PROXY_KeyVaultUri: $(proxy-key-vault-uri)
4949
PROXY_KeyVaultCertificateName: $(proxy-key-vault-certificate-name)

0 commit comments

Comments
 (0)