Conversation
|
/azp run net - keyvault - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Was always failing on Windows
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run net - keyvault - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
I'm setting up a meeting for next week to discuss this long-term. For now, I'd like to get this in so nightlies are passing. |
| AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id) | ||
| AZURE_CLIENT_ID: $(net-keyvault-azure-client-id) | ||
| AZURE_CLIENT_SECRET: $(net-keyvault-azure-client-secret) | ||
| AZURE_KEYVAULT_URL: $(net-keyvault-azure-keyvault-url) |
There was a problem hiding this comment.
Don't you still need to switch this to $[..] to make it be runtime evaluated? https://docs.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops
There was a problem hiding this comment.
I suppose it wouldn't hurt, but should be unnecessary since the code below actually overwrites that variable and the environment variable. And it seemed to work.
No description provided.