Re-enable windows test (#8981)

This commit is contained in:
Chris LaFreniere
2020-01-28 17:48:07 -08:00
committed by GitHub
parent 5618799305
commit 89554e5c14

View File

@@ -41,16 +41,15 @@ jobs:
steps: steps:
- template: win32/sql-product-build-win32.yml - template: win32/sql-product-build-win32.yml
# Temporarily disable Windows_Test job given build machine setup issues - job: Windows_Test
# - job: Windows_Test condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
# condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true')) pool:
# pool: name: mssqltools
# name: mssqltools dependsOn:
# dependsOn: - Linux
# - Linux - Windows
# - Windows steps:
# steps: - template: win32/sql-product-test-win32.yml
# - template: win32/sql-product-test-win32.yml
- job: Release - job: Release
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule')))) 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 - macOS
- Linux - Linux
- Windows - Windows
# - Windows_Test - Windows_Test
steps: steps:
- template: sql-release.yml - template: sql-release.yml