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