sers压测-publish单体压测(net6.0).bat 1.1 KB

1234567891011121314151617181920212223242526272829
  1. cd /d ../Publish
  2. set netVersion=net6.0
  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 xml of 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