mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* Move unused forked code to external directory * Fix SLN build errors * Add back resource provider core since it's referenced by main resource provider project * Update PackageProjects step of pipeline
30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"UseSystemDotNetPath": "true",
|
|
"DotNetFolder": ".dotnet",
|
|
"DotNetInstallScriptURL": "https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/",
|
|
"DotNetChannel": "preview",
|
|
"DotNetVersion": "3.1.202",
|
|
"BuildToolsFolder": ".tools",
|
|
"ArtifactsFolder": "artifacts",
|
|
"PackageName": "Microsoft.SqlTools.ServiceLayer",
|
|
"TestProjects": {
|
|
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
|
|
"netcoreapp3.1"
|
|
],
|
|
"Microsoft.Kusto.ServiceLayer.UnitTests": [
|
|
"netcoreapp3.1"
|
|
]
|
|
},
|
|
"Frameworks": [
|
|
"netcoreapp3.1"
|
|
],
|
|
"MainProjects": [
|
|
"Microsoft.SqlTools.Credentials",
|
|
"Microsoft.SqlTools.ResourceProvider",
|
|
"Microsoft.Kusto.ServiceLayer",
|
|
"Microsoft.SqlTools.ServiceLayer"
|
|
],
|
|
"PackageProjects": [
|
|
"Microsoft.SqlTools.Hosting"
|
|
]
|
|
} |