diff --git a/TGS.Server.Console/Console.cs b/TGS.Server.Console/Console.cs
index aac7cb8a78..37f5297efe 100644
--- a/TGS.Server.Console/Console.cs
+++ b/TGS.Server.Console/Console.cs
@@ -61,13 +61,13 @@ namespace TGS.Server.Console
///
public void WriteInfo(string message, EventID id, byte loggingID)
{
- System.Console.WriteLine(String.Format("[{0}]: {1}-{3}: Warning: {2}", DateTime.UtcNow.ToString(), id, message, loggingID));
+ System.Console.WriteLine(String.Format("[{0}]: {1}-{3}: {2}", DateTime.UtcNow.ToString(), id, message, loggingID));
}
///
public void WriteWarning(string message, EventID id, byte loggingID)
{
- System.Console.WriteLine(String.Format("[{0}]: {1}-{3}: {2}", DateTime.UtcNow.ToString(), id, message, loggingID));
+ System.Console.WriteLine(String.Format("[{0}]: {1}-{3}: Warning: {2}", DateTime.UtcNow.ToString(), id, message, loggingID));
}
}
}
diff --git a/TGS.Server/ILogger.cs b/TGS.Server/ILogger.cs
index b63246f06a..9615b133b7 100644
--- a/TGS.Server/ILogger.cs
+++ b/TGS.Server/ILogger.cs
@@ -28,6 +28,7 @@
/// The of the message
/// The 0-99 ID of the log source
void WriteWarning(string message, EventID id, byte loggingID);
+
///
/// Writes an access event to the log
///
diff --git a/Tools/PostCIBuild.ps1 b/Tools/PostCIBuild.ps1
index d570ede782..82cd07a563 100644
--- a/Tools/PostCIBuild.ps1
+++ b/Tools/PostCIBuild.ps1
@@ -45,6 +45,13 @@ Copy-Item "$bf\TGS.ControlPanel\bin\Release\TGControlPanel.exe" "$src3\TGControl
Copy-Item "$bf\TGS.ControlPanel\bin\Release\Octokit.dll" "$src3\Octokit.dll"
Copy-Item "$bf\TGS.Interface\bin\Release\TGServiceInterface.dll" "$src3\TGServiceInterface.dll"
Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
+Copy-Item "$bf\TGS.Server\bin\Release\TGS.Server.dll" "$src3\TGS.Server.dll"
Copy-Item "$bf\TGS.Server.Console\bin\Release\TGS.Server.Console.exe" "$src3\TGS.Server.Console.exe"
$dest3 = "$bf\TGS3-ServerConsole-v$version.zip"