- set netVersion=netcoreapp2.1
- set basePath=Sers压测\sers压测-分布式压测%netVersion%
- @echo "copy station"
- xcopy "SersPublish\%netVersion%\ServiceCenter" "%basePath%\ServiceCenter" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Demo" "%basePath%\Demo" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Robot" "%basePath%\Robot" /e /i /r /y
- @echo "copy PublishFile"
- xcopy "..\PublishFile\Sers压测\分布式压测" "%basePath%" /e /i /r /y
|