From 89554e5c147bb9b2013e3408d4475af49fa70c24 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Tue, 28 Jan 2020 17:48:07 -0800 Subject: [PATCH] Re-enable windows test (#8981) --- build/azure-pipelines/sql-product-build.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index cc60fee153..0151b8ef42 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -41,16 +41,15 @@ jobs: steps: - template: win32/sql-product-build-win32.yml -# Temporarily disable Windows_Test job given build machine setup issues -# - job: Windows_Test -# condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true')) -# pool: -# name: mssqltools -# dependsOn: -# - Linux -# - Windows -# steps: -# - template: win32/sql-product-test-win32.yml +- job: Windows_Test + condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true')) + pool: + name: mssqltools + dependsOn: + - Linux + - Windows + steps: + - template: win32/sql-product-test-win32.yml - job: Release condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule')))) @@ -60,7 +59,7 @@ jobs: - macOS - Linux - Windows - # - Windows_Test + - Windows_Test steps: - template: sql-release.yml