9 lines
284 B
Batchfile
Raw Normal View History

2018-04-08 01:44:27 -05:00
set SolutionDir=%1
set ProjectDir=%2
set TargetDir=%3
if "TargetDir" == "*Undefined*" (
echo "Copying extra files to publish dir"
xcopy /Y "%SolutionDir%BUILD\Plugins" "%SolutionDir%Publish\Plugins\"
xcopy /Y "%SolutionDir%SharedLibrary\LibSQLCe\x86" "%SolutionDir%Publish\x86\"
)