From e19050f1ceff3736519a41bce630466222e1711a Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:01:22 -0500 Subject: [PATCH] Remove quotes from variables --- azure-pipelines-automated-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 811c30d8..4ec496aa 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -25,9 +25,9 @@ variables: - name: imageTag value: '$(Build.BuildId)' - name: totalShards - value: '4' + value: 4 - name: IS_REGRESSION - value: 'true' + value: true - name: JIRA_BOARD_ID value: '853' - name: JIRA_PROJECT_KEY