Archived
Co-authored-by: Elliot Boschwitz <elliot.boschwitz@gmail.com>
This commit is contained in:
co-authored by
Elliot Boschwitz
parent
e9389a5069
commit
16801c522d
@@ -31,6 +31,7 @@ jobs:
|
|||||||
- Compile
|
- Compile
|
||||||
steps:
|
steps:
|
||||||
- template: linux/sql-product-build-linux.yml
|
- template: linux/sql-product-build-linux.yml
|
||||||
|
timeoutInMinutes: 70
|
||||||
|
|
||||||
- job: Windows
|
- job: Windows
|
||||||
condition: eq(variables['VSCODE_BUILD_WIN32'], 'true')
|
condition: eq(variables['VSCODE_BUILD_WIN32'], 'true')
|
||||||
@@ -40,6 +41,7 @@ jobs:
|
|||||||
- Compile
|
- Compile
|
||||||
steps:
|
steps:
|
||||||
- template: win32/sql-product-build-win32.yml
|
- template: win32/sql-product-build-win32.yml
|
||||||
|
timeoutInMinutes: 70
|
||||||
|
|
||||||
- job: Windows_Test
|
- job: Windows_Test
|
||||||
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
|
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
|
||||||
|
|||||||
Reference in New Issue
Block a user