publish sers压测-分布式压测(netcoreapp2.1).bat 442 B

12345678910111213
  1. set netVersion=netcoreapp2.1
  2. set basePath=Sers压测\sers压测-分布式压测%netVersion%
  3. @echo "copy station"
  4. xcopy "SersPublish\%netVersion%\ServiceCenter" "%basePath%\ServiceCenter" /e /i /r /y
  5. xcopy "SersPublish\%netVersion%\Demo" "%basePath%\Demo" /e /i /r /y
  6. xcopy "SersPublish\%netVersion%\Robot" "%basePath%\Robot" /e /i /r /y
  7. @echo "copy PublishFile"
  8. xcopy "..\PublishFile\Sers压测\分布式压测" "%basePath%" /e /i /r /y