mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Separating Migration into its own project (#1828)
* Moving Migration service to its own project * Adding loc files to the project * Adding Migration to build * Adding Migration Integration Tests * Trying loops * Fixing params * Fixing indent * Cleaning up yaml * Getting command line arg for auto flush log * Adding tde service
This commit is contained in:
17
build.json
17
build.json
@@ -33,7 +33,8 @@
|
||||
"Microsoft.SqlTools.ResourceProvider",
|
||||
"Microsoft.Kusto.ServiceLayer",
|
||||
"Microsoft.SqlTools.ServiceLayer",
|
||||
"Microsoft.SqlTools.ManagedBatchParser"
|
||||
"Microsoft.SqlTools.ManagedBatchParser",
|
||||
"Microsoft.SqlTools.Migration"
|
||||
],
|
||||
"FxBuildProjects": [
|
||||
"Microsoft.SqlTools.ManagedBatchParser"
|
||||
@@ -57,6 +58,18 @@
|
||||
],
|
||||
"DotnetToolProjects": [
|
||||
"Microsoft.SqlTools.ServiceLayer",
|
||||
"Microsoft.Kusto.ServiceLayer"
|
||||
"Microsoft.Kusto.ServiceLayer",
|
||||
"Microsoft.SqlTools.Migration"
|
||||
],
|
||||
"Projects": [
|
||||
{
|
||||
"Name": "Microsoft.SqlTools.Migration",
|
||||
"PackageProjects": [
|
||||
"Microsoft.SqlTools.Migration"
|
||||
],
|
||||
"TestProjects": [
|
||||
"Microsoft.SqlTools.Migration.UnitTests"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user