From bbc5a307a89d35934a6556322c39db4d7c94a58f Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 19 Jul 2024 14:24:22 -0700 Subject: [PATCH] Update live.tests.yml samples display name to be shorter. (#5828) --- eng/pipelines/templates/jobs/live.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/live.tests.yml b/eng/pipelines/templates/jobs/live.tests.yml index 7fa073712..f24f98639 100644 --- a/eng/pipelines/templates/jobs/live.tests.yml +++ b/eng/pipelines/templates/jobs/live.tests.yml @@ -245,7 +245,7 @@ jobs: # For example keyvault-samples.txt. # The file is written by CMake during configuration when building samples. - task: AzureCLI@2 - displayName: "Run Samples with AzureCli for : ${{ parameters.ServiceDirectory }}" + displayName: "Run Samples for : ${{ parameters.ServiceDirectory }}" condition: and(succeeded(), eq(variables['RunSamples'], '1')) inputs: azureSubscription: ${{ parameters.CloudConfig.ServiceConnection }}