From 280b3fc7d184fab6c862a03010ff78ab8f008332 Mon Sep 17 00:00:00 2001 From: wjq <1@qq.com> Date: Fri, 13 Dec 2024 08:09:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20sqlpackage=20=E7=AE=A1=E9=81=93=E8=BE=93?= =?UTF-8?q?=E5=87=BA=20=E4=B8=8D=E4=BD=BF=E7=94=A8=20UTF-8=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E7=89=B9=E5=AE=9A=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=8F=8D?= =?UTF-8?q?=E8=80=8C=E4=BC=9A=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/RemoteServer/StateHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/RemoteServer/StateHelper.cs b/Server/RemoteServer/StateHelper.cs index 0d249ee..e744b2a 100644 --- a/Server/RemoteServer/StateHelper.cs +++ b/Server/RemoteServer/StateHelper.cs @@ -167,7 +167,7 @@ public class FinallyPublishHelper(RemoteSyncServer context) ProcessStartInfo startInfo = new() { - StandardOutputEncoding = System.Text.Encoding.UTF8, + // StandardOutputEncoding = System.Text.Encoding.UTF8, Arguments = arguments, FileName = RemoteSyncServer.SqlPackageAbPath, // The command to execute (can be any command line tool) // The arguments to pass to the command (e.g., list directory contents)