mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Turn off Windows Test step (#18684)
This commit is contained in:
@@ -60,16 +60,17 @@ jobs:
|
|||||||
- template: win32/sql-product-build-win32.yml
|
- template: win32/sql-product-build-win32.yml
|
||||||
timeoutInMinutes: 90
|
timeoutInMinutes: 90
|
||||||
|
|
||||||
- job: Windows_Test
|
# disable due to invalid machine pool (karlb 3/9/2022)
|
||||||
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
|
# - job: Windows_Test
|
||||||
pool:
|
# condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
|
||||||
name: mssqltools
|
# pool:
|
||||||
dependsOn:
|
# name: mssqltools
|
||||||
- Linux
|
# dependsOn:
|
||||||
- Windows
|
# - Linux
|
||||||
steps:
|
# - Windows
|
||||||
- template: win32/sql-product-test-win32.yml
|
# steps:
|
||||||
timeoutInMinutes: 90
|
# - template: win32/sql-product-test-win32.yml
|
||||||
|
# timeoutInMinutes: 90
|
||||||
|
|
||||||
- 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'))))
|
||||||
@@ -79,7 +80,8 @@ jobs:
|
|||||||
- macOS
|
- macOS
|
||||||
- Linux
|
- Linux
|
||||||
- Windows
|
- Windows
|
||||||
- Windows_Test
|
# disable due to invalid machine pool (karlb 3/9/2022)
|
||||||
|
# - Windows_Test
|
||||||
- macOS_Signing
|
- macOS_Signing
|
||||||
steps:
|
steps:
|
||||||
- template: sql-release.yml
|
- template: sql-release.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user