mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
copy the sql script file to the output folder
This commit is contained in:
@@ -4,9 +4,11 @@
|
|||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"debugType": "portable",
|
"debugType": "portable",
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
"embed": [
|
"copyToOutput": {
|
||||||
"Scripts/AdventureWorks.sql"
|
"includeFiles": [
|
||||||
]
|
"Scripts/AdventureWorks.sql"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"xunit": "2.1.0",
|
"xunit": "2.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user