Files
sqltoolsservice/build.json
Aasim Khan ab5a1e6c85 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
2023-01-30 10:30:28 -08:00

75 lines
2.2 KiB
JSON

{
"UseSystemDotNetPath": "true",
"DotNetFolder": ".dotnet",
"DotNetInstallScriptURL": "https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/",
"DotNetChannel": "preview",
"DotNetVersion": "5.0.301",
"BuildToolsFolder": ".tools",
"ArtifactsFolder": "artifacts",
"PackageName": "Microsoft.SqlTools.ServiceLayer",
"TestProjects": {
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
"net6.0"
],
"Microsoft.Kusto.ServiceLayer.UnitTests": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
"net6.0"
]
},
"Frameworks": [
"net6.0"
],
"FxFrameworks":[
"net472",
"net6.0"
],
"MainProjects": [
"Microsoft.SqlTools.Credentials",
"Microsoft.SqlTools.ResourceProvider",
"Microsoft.Kusto.ServiceLayer",
"Microsoft.SqlTools.ServiceLayer",
"Microsoft.SqlTools.ManagedBatchParser",
"Microsoft.SqlTools.Migration"
],
"FxBuildProjects": [
"Microsoft.SqlTools.ManagedBatchParser"
],
"PackageProjects": [
"Microsoft.SqlTools.Hosting"
],
"PackagePublishedProjects": [
"Microsoft.SqlToolsService",
"runtime.centos.7-x64.native.Microsoft.SqlToolsService",
"runtime.debian.8-x64.native.Microsoft.SqlToolsService",
"runtime.fedora.23-x64.native.Microsoft.SqlToolsService",
"runtime.linux-x64.native.Microsoft.SqlToolsService",
"runtime.opensuse.13.2-x64.native.Microsoft.SqlToolsService",
"runtime.osx-x64.native.Microsoft.SqlToolsService",
"runtime.rhel.7.2-x64.native.Microsoft.SqlToolsService",
"runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService",
"runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService",
"runtime.win-x64.native.Microsoft.SqlToolsService",
"runtime.osx-arm64.native.Microsoft.SqlToolsService"
],
"DotnetToolProjects": [
"Microsoft.SqlTools.ServiceLayer",
"Microsoft.Kusto.ServiceLayer",
"Microsoft.SqlTools.Migration"
],
"Projects": [
{
"Name": "Microsoft.SqlTools.Migration",
"PackageProjects": [
"Microsoft.SqlTools.Migration"
],
"TestProjects": [
"Microsoft.SqlTools.Migration.UnitTests"
]
}
]
}