mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add azcli extension (#16029)
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
steps:
|
||||
- template: linux/sql-product-build-linux.yml
|
||||
parameters:
|
||||
extensionsToUnitTest: ["admin-tool-ext-win", "agent", "azdata", "azurecore", "cms", "dacpac", "import", "schema-compare", "notebook", "resource-deployment", "machine-learning", "sql-database-projects", "data-workspace"]
|
||||
extensionsToUnitTest: ["admin-tool-ext-win", "agent", "azcli", "azdata", "azurecore", "cms", "dacpac", "data-workspace", "import", "machine-learning", "notebook", "resource-deployment", "schema-compare", "sql-database-projects"]
|
||||
timeoutInMinutes: 90
|
||||
|
||||
- job: Windows
|
||||
|
||||
@@ -214,8 +214,10 @@ const externalExtensions = [
|
||||
'agent',
|
||||
'arc',
|
||||
'asde-deployment',
|
||||
'azcli',
|
||||
'azdata',
|
||||
'azurehybridtoolkit',
|
||||
'azuremonitor',
|
||||
'cms',
|
||||
'dacpac',
|
||||
'import',
|
||||
|
||||
@@ -249,6 +249,7 @@ const externalExtensions = [
|
||||
'agent',
|
||||
'arc',
|
||||
'asde-deployment',
|
||||
'azcli',
|
||||
'azdata',
|
||||
'azurehybridtoolkit',
|
||||
'azuremonitor',
|
||||
|
||||
Reference in New Issue
Block a user