sers压测-publish单体压测(netcoreapp2.1).bat 1.1 KB

12345678910111213141516171819202122232425262728
  1. cd /d ../Publish
  2. set netVersion=netcoreapp2.1
  3. set basePath=Sers揤聆\sers揤聆-等极揤聆%netVersion%
  4. @echo "copy ServiceCenter"
  5. xcopy "SersPublish\%netVersion%\ServiceCenter" "%basePath%\ServiceCenter" /e /i /r /y
  6. @echo "copy demo"
  7. xcopy "SersPublish\%netVersion%\Demo\wwwroot" "%basePath%\ServiceCenter\wwwroot" /e /i /r /y
  8. xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.dll" "%basePath%\ServiceCenter" /i /r /y
  9. xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.pdb" "%basePath%\ServiceCenter" /i /r /y
  10. xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.xml" "%basePath%\ServiceCenter" /i /r /y
  11. @echo "copy Robot"
  12. xcopy "SersPublish\%netVersion%\Robot\wwwroot" "%basePath%\ServiceCenter\wwwroot" /e /i /r /y
  13. xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.dll" "%basePath%\ServiceCenter" /i /r /y
  14. xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.pdb" "%basePath%\ServiceCenter" /i /r /y
  15. xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.xml" "%basePath%\ServiceCenter" /i /r /y
  16. @echo "copy PublishFile"
  17. xcopy "..\PublishFile\Sers揤聆\等极揤聆" "%basePath%" /e /i /r /y
  18. cd /d ../cmd