|
@@ -26,18 +26,18 @@ echo "(x.3)
|
|
|
::Client
|
|
|
cd /d "%basePath%\dotnet\Library\Sers\Sers.CL\Test\CommunicationManage\CmClient"
|
|
|
dotnet build --configuration Release
|
|
|
-dotnet publish --configuration Release --output "%publishPath%\CL压测netcoreapp2.1\CmClient"
|
|
|
+dotnet publish --configuration Release --output "%publishPath%\CL压测net5.0\CmClient"
|
|
|
@if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
|
|
|
|
|
|
::Server
|
|
|
cd /d "%basePath%\dotnet\Library\Sers\Sers.CL\Test\CommunicationManage\CmServer"
|
|
|
dotnet build --configuration Release
|
|
|
-dotnet publish --configuration Release --output "%publishPath%\CL压测netcoreapp2.1\CmServer"
|
|
|
+dotnet publish --configuration Release --output "%publishPath%\CL压测net5.0\CmServer"
|
|
|
@if errorlevel 1 (echo . & echo . & echo 出错,请排查!& pause)
|
|
|
|
|
|
|
|
|
::copy bat
|
|
|
-xcopy "%basePath%\Publish\ReleaseFile\StressTest\CL压测" "%publishPath%\CL压测netcoreapp2.1" /e /i /r /y
|
|
|
+xcopy "%basePath%\Publish\ReleaseFile\StressTest\CL压测" "%publishPath%\CL压测net5.0" /e /i /r /y
|
|
|
|
|
|
|
|
|
|