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

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