|
@@ -1,15 +1,17 @@
|
|
cd /d ../../
|
|
cd /d ../../
|
|
|
|
|
|
echo 'publish Client'
|
|
echo 'publish Client'
|
|
-cd /d Library\Sers\Sers.CL\Test\CommunicationManage\Client
|
|
|
|
|
|
+cd /d Library\Sers\Sers.CL\Test\CommunicationManage\CmClient
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet publish --configuration Release --output ..\..\..\..\..\..\Doc\Publish\CL压测\CLClient
|
|
|
|
|
|
+dotnet publish --configuration Release --output ..\..\..\..\..\..\Doc\Publish\CL压测\CmClient
|
|
|
|
+@if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
|
|
cd /d ../../../../../../
|
|
cd /d ../../../../../../
|
|
|
|
|
|
echo 'publish Client'
|
|
echo 'publish Client'
|
|
-cd /d Library\Sers\Sers.CL\Test\CommunicationManage\Server
|
|
|
|
|
|
+cd /d Library\Sers\Sers.CL\Test\CommunicationManage\CmServer
|
|
dotnet build --configuration Release
|
|
dotnet build --configuration Release
|
|
-dotnet publish --configuration Release --output ..\..\..\..\..\..\Doc\Publish\CL压测\CLServer
|
|
|
|
|
|
+dotnet publish --configuration Release --output ..\..\..\..\..\..\Doc\Publish\CL压测\CmServer
|
|
|
|
+@if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
|
|
cd /d ../../../../../../
|
|
cd /d ../../../../../../
|
|
|
|
|
|
cd /d Doc\Publish
|
|
cd /d Doc\Publish
|