mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation-server-tools into 353-Seperation
This commit is contained in:
@@ -3,8 +3,8 @@ using System.Runtime.CompilerServices;
|
||||
|
||||
//You cannot one definition the version number
|
||||
//Believe me, I've tried, the compiler hates it so much
|
||||
[assembly: AssemblyVersion("3.2.0.5")]
|
||||
[assembly: AssemblyFileVersion("3.2.0.5")]
|
||||
[assembly: AssemblyInformationalVersion("3.2.0.5")]
|
||||
[assembly: AssemblyVersion("3.2.0.6")]
|
||||
[assembly: AssemblyFileVersion("3.2.0.6")]
|
||||
[assembly: AssemblyInformationalVersion("3.2.0.6")]
|
||||
|
||||
[assembly: InternalsVisibleTo("TGS.Tests")]
|
||||
|
||||
@@ -926,7 +926,7 @@ namespace TGS.Server
|
||||
}
|
||||
|
||||
//so we'll know if this fails
|
||||
var Result = MergeBranch(atSHA ?? LocalBranchName, String.Format("Test merge commit for pull request #{0}{1}Server Instance: {2}", PRNumber, Config.Name));
|
||||
var Result = MergeBranch(atSHA ?? LocalBranchName, String.Format("Test merge commit for pull request #{0}{1}Server Instance: {2}", PRNumber, Environment.NewLine, Config.Name));
|
||||
|
||||
if (Result == null)
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user