mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* Initial credential service files * Clean-up hostloader * Update build scripts to build credentials archive * Move hosting files to new assembly * Add credentials files to MS.SqlTools.Credentials * Remove duplicate files * Update namespace in program.cs * Fix test build breaks * Update extensions visibility. * Remove unused resource strings * Add xproj files to SLN for appveyor builds * Fix appveyor build break in test project * Fix extensibility tests * Fix various typos in latest iteration * Add settings for Integration build * Fix codecoverage.bat to use full pdb for new projects * Fix bug when packing in folder with native images * Fix typos in xproj * Reset XLF to fix build.cmd
23 lines
598 B
JSON
23 lines
598 B
JSON
{
|
|
"UseSystemDotNetPath": "true",
|
|
"DotNetFolder": ".dotnet",
|
|
"DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain",
|
|
"DotNetChannel": "preview",
|
|
"DotNetVersion": "1.0.0-preview2-003121",
|
|
"BuildToolsFolder": ".tools",
|
|
"ArtifactsFolder": "artifacts",
|
|
"TestProjects": {
|
|
"Microsoft.SqlTools.ServiceLayer.Test": [
|
|
"netcoreapp1.0"
|
|
]
|
|
},
|
|
"Frameworks": [
|
|
"netcoreapp1.0"
|
|
],
|
|
"MainProjects": [
|
|
"Microsoft.SqlTools.ServiceLayer",
|
|
"Microsoft.SqlTools.Credentials",
|
|
"Microsoft.SqlTools.Hosting"
|
|
]
|
|
}
|