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)