From d5e22457bf98d5c88ffdb94dcff6d09145ae6604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C4=97=20Luko=C5=A1evi=C4=8Di=C5=ABt=C4=97?= Date: Tue, 21 Oct 2025 12:44:03 -0700 Subject: [PATCH] fix auto-merge issues --- build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml | 2 +- build/WindowsAppSDK-Foundation-PR.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml b/build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml index 320ba02b00..6b3494bb33 100644 --- a/build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml +++ b/build/AzurePipelinesTemplates/WindowsAppSDK-Publish-Stage.yml @@ -12,7 +12,7 @@ parameters: - name: "TestOnArm64" displayName: "Enable running of sample tests on arm64 platform (Default: false)" type: boolean - default: false + default: true - name: "MaestroDependOnTestSamples" displayName: "Whether Maestro publishing should depend on successful Sample tests" type: boolean diff --git a/build/WindowsAppSDK-Foundation-PR.yml b/build/WindowsAppSDK-Foundation-PR.yml index cf67bfd140..15bcc8ee66 100644 --- a/build/WindowsAppSDK-Foundation-PR.yml +++ b/build/WindowsAppSDK-Foundation-PR.yml @@ -29,9 +29,9 @@ parameters: # parameters are shown up in ADO UI in a build queue time type: boolean default: false - name: "TestOnArm64" - displayName: "Enable running of tests on arm64 platform (Default: false)" + displayName: "Enable running of tests on arm64 platform (Default: true)" type: boolean - default: false + default: true - name: runStaticAnalysis displayName: "Run Static Analysis (e.g., PREFast, APIScan)" type: boolean