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

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