copy the sql script file to the output folder

This commit is contained in:
Leila Lali
2016-11-09 12:19:14 -08:00
committed by GitHub
parent 2319de41e0
commit 92420e734f

View File

@@ -4,9 +4,11 @@
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true,
"embed": [
"Scripts/AdventureWorks.sql"
]
"copyToOutput": {
"includeFiles": [
"Scripts/AdventureWorks.sql"
]
}
},
"dependencies": {
"xunit": "2.1.0",