publish Sers单体压测.bat 949 B

123456789101112131415161718192021
  1. @echo copy ServiceCenter
  2. xcopy "SersPublish\ServiceCenter" "Sers等极揤聆\ServiceCenter" /e /i /r /y
  3. @echo copy demo
  4. xcopy "SersPublish\Demo\wwwroot" "Sers等极揤聆\ServiceCenter\wwwroot" /e /i /r /y
  5. xcopy "SersPublish\Demo\Did.SersLoader.Demo.dll" "Sers等极揤聆\ServiceCenter" /i /r /y
  6. xcopy "SersPublish\Demo\Did.SersLoader.Demo.pdb" "Sers等极揤聆\ServiceCenter" /i /r /y
  7. xcopy "SersPublish\Demo\Did.SersLoader.Demo.xml" "Sers等极揤聆\ServiceCenter" /i /r /y
  8. @echo copy xml of Robot
  9. xcopy "SersPublish\Robot\wwwroot" "Sers等极揤聆\ServiceCenter\wwwroot" /e /i /r /y
  10. xcopy "SersPublish\Robot\App.Robot.Station.dll" "Sers等极揤聆\ServiceCenter" /i /r /y
  11. xcopy "SersPublish\Robot\App.Robot.Station.pdb" "Sers等极揤聆\ServiceCenter" /i /r /y
  12. xcopy "SersPublish\Robot\App.Robot.Station.xml" "Sers等极揤聆\ServiceCenter" /i /r /y
  13. @echo copy ReleaseFile
  14. xcopy "..\ReleaseFile\Sers等极揤聆" "Sers等极揤聆" /e /i /r /y