Changing test projects to UnitTests, fixing peek definition codegen bug (#269)

This commit is contained in:
Benjamin Russell
2017-03-06 17:55:48 -08:00
committed by GitHub
parent 228b5b3748
commit ef3100de3b
3 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"BuildToolsFolder": ".tools",
"ArtifactsFolder": "artifacts",
"TestProjects": {
"Microsoft.SqlTools.ServiceLayer.Test": [
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
"netcoreapp1.0"
]
},