diff --git a/TGServerService/Compiler.cs b/TGServerService/Compiler.cs index 631a7e12a4..80b67a7f2c 100644 --- a/TGServerService/Compiler.cs +++ b/TGServerService/Compiler.cs @@ -345,6 +345,11 @@ namespace TGServerService //just the tip const string GitLogsDir = "/.git/logs"; Program.CopyDirectory(RepoPath + GitLogsDir, resurrectee + GitLogsDir); + try + { + File.Copy(PRJobFile, resurrectee + Path.DirectorySeparatorChar + PRJobFile); + } + catch { } } finally {