From eea1fbc21fc5368e422eec90e33f5ba1b38cb692 Mon Sep 17 00:00:00 2001 From: MerlynOMsft <44985659+merlynomsft@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:27:47 -0700 Subject: [PATCH] fix --- azure-pipelines.yml | 1 + ci/ci-test-tasks/canary-tests-v2.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 021d91a5fa4..2bedf70021b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,7 @@ parameters: - name: includeLocalPackagesBuildConfig displayName: Flag to build local packages build config type: boolean + default: false variables: - name: currentDate diff --git a/ci/ci-test-tasks/canary-tests-v2.yml b/ci/ci-test-tasks/canary-tests-v2.yml index 13825244b87..1effd0e6d9b 100644 --- a/ci/ci-test-tasks/canary-tests-v2.yml +++ b/ci/ci-test-tasks/canary-tests-v2.yml @@ -2,6 +2,7 @@ parameters: - name: includeLocalPackagesBuildConfig displayName: Flag to build local packages build config type: boolean + default: false # Note: keep in sync with variables: - name: includeLocalPackagesBuildConfigParameter