123456789101112131415161718192021 |
- @echo copy ServiceCenter
- xcopy "SersPublish\ServiceCenter" "Sers데竟箕꿎\ServiceCenter" /e /i /r /y
- @echo copy demo
- xcopy "SersPublish\Demo\wwwroot" "Sers데竟箕꿎\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\Demo\Did.SersLoader.Demo.dll" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- xcopy "SersPublish\Demo\Did.SersLoader.Demo.pdb" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- xcopy "SersPublish\Demo\Did.SersLoader.Demo.xml" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- @echo copy xml of Robot
- xcopy "SersPublish\Robot\wwwroot" "Sers데竟箕꿎\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\Robot\App.Robot.Station.dll" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- xcopy "SersPublish\Robot\App.Robot.Station.pdb" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- xcopy "SersPublish\Robot\App.Robot.Station.xml" "Sers데竟箕꿎\ServiceCenter" /i /r /y
- @echo copy ReleaseFile
- xcopy "..\ReleaseFile\Sers데竟箕꿎" "Sers데竟箕꿎" /e /i /r /y
|