IW4M-Admin/WebfrontCore/BuildScripts/PostPublish.bat

9 lines
288 B
Batchfile
Raw Normal View History

2018-04-07 17:46:43 -04:00
set SolutionDir=%1
set ProjectDir=%2
set TargetDir=%3
2018-04-07 17:47:21 -04:00
if "TargetDir" == "*Undefined*" (
echo "Copying extra files to publish dir"
xcopy /Y "%SolutionDir%BUILD\Plugins" "%SolutionDir%Publish\Plugins\"
2018-04-08 02:44:42 -04:00
xcopy /Y "%SolutionDir%SharedLibraryCore\LibSQLCe\x86" "%SolutionDir%Publish\x86\"
2018-04-07 17:47:21 -04:00
)