From 1589784533e192a594f7161258404d7a80f8af26 Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 27 Jul 2023 14:38:49 +0800 Subject: [PATCH] {Packaging} Temporarily disable Windows x64 installation test (#27018) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1fdf8d1c55..214bebac6c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,8 +230,8 @@ jobs: matrix: x86: Platform: x86 - x64: - Platform: x64 +# x64: +# Platform: x64 dependsOn: BuildWindowsMSI condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))