lith 4 éve
szülő
commit
cd1140b416
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      dotnet/Doc/cmd/Sers压缩包-创建.bat

+ 2 - 2
dotnet/Doc/cmd/Sers压缩包-创建.bat

@@ -1,6 +1,6 @@
 ::获取当前版本号
 :: set version=2.1.1.356 
-for /f "tokens=3 delims=><" %%a in ('type ..\..\Library\Vit\Vit.Core\Vit.Core\Vit.Core.csproj^|findstr "<Version>.*Version"') do set version=%%a
+for /f "tokens=3 delims=><" %%a in ('type ..\..\Library\Sers\Sers.Core\Sers.Core\Sers.Core.csproj^|findstr "<Version>.*Version"') do set version=%%a
 
 
 
@@ -25,7 +25,7 @@ echo 3.
 dotnet ../cmd/FileZip/FileZip.dll zip -i "CL压测" -o "Publish/Sers%version%/CL压测%version%.zip"
 
 echo 4.创建 Sers压测.zip
-dotnet ../cmd/FileZip/FileZip.dll zip -i "Sers压测" -o ".Publish/Sers%version%/Sers压测%version%.zip"
+dotnet ../cmd/FileZip/FileZip.dll zip -i "Sers压测" -o "Publish/Sers%version%/Sers压测%version%.zip"