From fa8d3bf0cf7117bfa6755595bad802c654b87468 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Fri, 11 Nov 2022 23:49:38 -0800 Subject: [PATCH] run tests for windows on arm build (#21214) --- build/azure-pipelines/sql-product-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index 7a9849a914..05289c7292 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -123,7 +123,6 @@ stages: - job: Windows_ARM64 variables: VSCODE_ARCH: arm64 - RUN_TESTS: false # Do not run tests for arm64 build condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32_ARM64'], 'true')) steps: - template: win32/sql-product-build-win32.yml