mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
The great stylecop update
Beware those that read into this commit. Here there be style conformance... Closes #1252
This commit is contained in:
@@ -108,7 +108,7 @@ namespace ReleaseNotes
|
||||
milestoneTask = GetMilestone();
|
||||
|
||||
// if (!fullPR.Merged)
|
||||
//return;
|
||||
//return;
|
||||
|
||||
async Task BuildNotesFromComment(string comment, User user)
|
||||
{
|
||||
@@ -261,7 +261,7 @@ namespace ReleaseNotes
|
||||
var controlPanelVersionsPropertyGroup = project2.Elements().First(x => x.Name == controlPanelXmlNamespace + "PropertyGroup");
|
||||
|
||||
var coreVersion = Version.Parse(versionsPropertyGroup.Element(xmlNamespace + "TgsCoreVersion").Value);
|
||||
if(coreVersion != version)
|
||||
if (coreVersion != version)
|
||||
{
|
||||
Console.WriteLine("Received a different version on command line than in Version.props!");
|
||||
return 10;
|
||||
|
||||
Reference in New Issue
Block a user