12345678910111213141516171819202122232425 |
- cd /d ../../
- echo 'publish Client'
- cd /d Sers\Sers.CL\Test\CommunicationManage\Client
- dotnet build --configuration Release
- dotnet publish --configuration Release --output ..\..\..\..\..\Doc\Release\CL压测\CLClient
- cd /d ../../../../../
-
- echo 'publish Client'
- cd /d Sers\Sers.CL\Test\CommunicationManage\Server
- dotnet build --configuration Release
- dotnet publish --configuration Release --output ..\..\..\..\..\Doc\Release\CL压测\CLServer
- cd /d ../../../../../
- cd /d Doc\Release
- @echo copy from ReleaseFile
- xcopy "..\ReleaseFile\CL压测" "CL压测" /e /i /r /y
- echo 'publish CL压测 succeed!'
- echo 'publish CL压测 succeed!'
- echo 'publish CL压测 succeed!'
- pause
|