Fix errors

distro

distro

comment out reh stuff

distro

fix yml

distro

bump smoke ext
This commit is contained in:
AzureDataStudio
2020-08-06 00:12:43 -07:00
parent 540046ba00
commit 24b3181cbc
13 changed files with 53 additions and 53 deletions

View File

@@ -49,27 +49,27 @@ jobs:
extensionsToUnitTest: ["admin-tool-ext-win", "agent", "azdata", "azurecore", "cms", "dacpac", "import", "schema-compare", "notebook", "resource-deployment", "machine-learning", "sql-database-projects"]
timeoutInMinutes: 70
- job: LinuxWeb
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WEB'], 'true'))
pool:
vmImage: 'Ubuntu-16.04'
container: linux-x64
variables:
VSCODE_ARCH: x64
dependsOn:
- Compile
steps:
- template: web/sql-product-build-web.yml
# - job: LinuxWeb
# condition: and(succeeded(), eq(variables['VSCODE_BUILD_WEB'], 'true'))
# pool:
# vmImage: 'Ubuntu-16.04'
# container: linux-x64
# variables:
# VSCODE_ARCH: x64
# dependsOn:
# - Compile
# steps:
# - template: web/sql-product-build-web.yml
- job: Docker
condition: and(succeeded(), eq(variables['VSCODE_BUILD_DOCKER'], 'true'))
pool:
vmImage: 'Ubuntu-16.04'
container: linux-x64
dependsOn:
- Linux
steps:
- template: docker/sql-product-build-docker.yml
# - job: Docker
# condition: and(succeeded(), eq(variables['VSCODE_BUILD_DOCKER'], 'true'))
# pool:
# vmImage: 'Ubuntu-16.04'
# container: linux-x64
# dependsOn:
# - Linux
# steps:
# - template: docker/sql-product-build-docker.yml
- job: Windows
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32'], 'true'))
@@ -98,10 +98,10 @@ jobs:
dependsOn:
- macOS
- Linux
- Docker
# - Docker
- Windows
- Windows_Test
- LinuxWeb
# - LinuxWeb
- macOS_Signing
steps:
- template: sql-release.yml