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