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:
Aasim Khan
2023-01-30 10:30:28 -08:00
committed by GitHub
parent 82171740bc
commit ab5a1e6c85
38 changed files with 6163 additions and 64 deletions

View File

@@ -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"
]
}
]
}