mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Temporarily Disable Windows_Test Job in Product Build (#8971)
* Temporarily Disable Windows Test Job * Ensure Windows Test is removed from dependsOn
This commit is contained in:
@@ -41,15 +41,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- template: win32/sql-product-build-win32.yml
|
- template: win32/sql-product-build-win32.yml
|
||||||
|
|
||||||
- job: Windows_Test
|
# Temporarily disable Windows_Test job given build machine setup issues
|
||||||
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:
|
||||||
|
# - 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'))))
|
||||||
@@ -59,7 +60,7 @@ jobs:
|
|||||||
- macOS
|
- macOS
|
||||||
- Linux
|
- Linux
|
||||||
- Windows
|
- Windows
|
||||||
- Windows_Test
|
# - Windows_Test
|
||||||
steps:
|
steps:
|
||||||
- template: sql-release.yml
|
- template: sql-release.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user