提交代码

This commit is contained in:
zpc 2024-07-09 16:31:34 +08:00
parent c02f05bcdf
commit d34ba4e43a

View File

@ -28,6 +28,7 @@ namespace CodeRelease.BLL
int exitCode = 0;
try
{
Log.Logger.Information($"开始执行linux {command}");
// 创建一个新的进程
using (Process process = new Process())
{