From 537ae8502eb9cdb9b91c1e268d90c4115139710f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 25 Aug 2025 15:09:09 -0700 Subject: [PATCH] Disable the test leg in CI builds --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 22b5c3ea3945..cdee394e48f5 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -21,7 +21,7 @@ parameters: - name: runTestBuild displayName: Run A Test Build type: boolean - default: true + default: false - name: enableArm64Job displayName: Enables the ARM64 job type: boolean