Skip to content

Commit d757336

Browse files
committed
尝试修复构建
1 parent ae5907e commit d757336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CopyAfterCompileTool/CopyAfterCompileTool/BinaryChopCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public BinaryChopCompiler(IAppConfigurator appConfigurator,
7575

7676
var git = new Git(codeDirectory)
7777
{
78-
DefaultCommandTimeout = TimeSpan.FromMinutes(3)
78+
//DefaultCommandTimeout = TimeSpan.FromMinutes(3)
7979
};
8080

8181
_git = git;

0 commit comments

Comments
 (0)