some bug fixes in pref tests

This commit is contained in:
Leila Lali
2016-11-11 10:07:55 -08:00
parent 18bf76caed
commit 80a847ff4f
5 changed files with 80 additions and 52 deletions

View File

@@ -5,10 +5,15 @@
"debugType": "portable",
"emitEntryPoint": true,
"copyToOutput": {
"includeFiles": [
"includeFiles": [
"Scripts/AdventureWorks.sql"
]
}
]
},
"publishOptions": {
"include": [
"Scripts/AdventureWorks.sql"
]
}
},
"dependencies": {
"xunit": "2.1.0",