Quellcode durchsuchen

[publish] Sers 2.1.8 patch2

lith vor 3 Jahren
Ursprung
Commit
31f553618a

+ 1 - 1
Publish/DevOps/release-bash/50.docker-image-create.sh

@@ -30,7 +30,7 @@ echo "(x.4)copy station"
 \cp -rf "$publishPath/Gover/." "$dockerPath/sers-gover/app"
 \cp -rf "$publishPath/Demo/." "$dockerPath/sers-demo/app"
 \cp -rf "$publishPath/Robot/." "$dockerPath/sers-demo-robot/app"
-\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net6.0/ServiceCenter/." "$dockerPath/sers-demo-sersall/app"
+\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net5.0/ServiceCenter/." "$dockerPath/sers-demo-sersall/app"
  
 
 

+ 1 - 1
Publish/DevOps/release-bash/51.docker-deploy-copy.sh

@@ -31,7 +31,7 @@ echo "(x.4)copy station"
 \cp -rf "$publishPath/Gover/appsettings.json" "$dockerPath/sers-gover"
 \cp -rf "$publishPath/Demo/appsettings.json" "$dockerPath/sers-demo"
 \cp -rf "$publishPath/Robot/appsettings.json" "$dockerPath/sers-demo-robot"
-\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net6.0/ServiceCenter/appsettings.json" "$dockerPath/sers-demo-sersall"
+\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net5.0/ServiceCenter/appsettings.json" "$dockerPath/sers-demo-sersall"
  
 
 

+ 1 - 1
Publish/DevOps/release-cmd/50.docker-image-create.bat

@@ -26,7 +26,7 @@ xcopy  "%publishPath%/Gateway" "%dockerPath%/sers-gateway/app" /e /i /r /y
 xcopy  "%publishPath%/Gover" "%dockerPath%/sers-gover/app" /e /i /r /y
 xcopy  "%publishPath%/Demo" "%dockerPath%/sers-demo/app" /e /i /r /y
 xcopy  "%publishPath%/Robot" "%dockerPath%/sers-demo-robot/app" /e /i /r /y
-xcopy  "%basePath%/Publish/release/release/揤聆/等极揤聆net6.0/ServiceCenter" "%dockerPath%/sers-demo-sersall/app" /e /i /r /y
+xcopy  "%basePath%/Publish/release/release/揤聆/等极揤聆net5.0/ServiceCenter" "%dockerPath%/sers-demo-sersall/app" /e /i /r /y
  
 
 

+ 1 - 1
Publish/DevOps/release-cmd/51.docker-deploy-copy.bat

@@ -27,7 +27,7 @@ xcopy "%publishPath%\Gateway\appsettings.json" "%dockerPath%\sers-gateway"
 xcopy "%publishPath%\Gover\appsettings.json" "%dockerPath%\sers-gover"
 xcopy "%publishPath%\Demo\appsettings.json" "%dockerPath%\sers-demo"
 xcopy "%publishPath%\Robot\appsettings.json" "%dockerPath%\sers-demo-robot"
-xcopy "%basePath%\Publish\release\release\箕꿎\데竟箕꿎net6.0\ServiceCenter\appsettings.json" "%dockerPath%\sers-demo-sersall"
+xcopy "%basePath%\Publish\release\release\箕꿎\데竟箕꿎net5.0\ServiceCenter\appsettings.json" "%dockerPath%\sers-demo-sersall"