PR test json is copied to live folder at the time of compile

This commit is contained in:
Cyberboss
2017-08-28 09:21:13 -04:00
parent f920c65eed
commit dc13315cc1
+5
View File
@@ -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
{