Skip to content

Commit a6260f4

Browse files
committed
Fis status message
1 parent 931bd9a commit a6260f4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tools/CustomBuildTool/Build.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,8 @@ public static bool BuildDeployUpdateConfig()
934934
return false;
935935
if (string.IsNullOrEmpty(BuildVersion))
936936
return false;
937-
938-
Program.PrintColorMessage(BuildTimeStamp(), ConsoleColor.DarkGray, false);
939-
Program.PrintColorMessage("Building release signatures...", ConsoleColor.Cyan);
937+
938+
Program.PrintColorMessage(Environment.NewLine + "Uploading build artifacts... " + BuildVersion, ConsoleColor.Cyan);
940939

941940
if (BuildNightly && !File.Exists(Verify.GetPath("nightly.key")))
942941
{
@@ -994,7 +993,6 @@ public static bool BuildDeployUpdateConfig()
994993
if (string.IsNullOrEmpty(BuildSetupSig))
995994
return false;
996995

997-
Program.PrintColorMessage("Uploading build artifacts... " + BuildVersion, ConsoleColor.Cyan);
998996
buildFilename = BuildOutputFolder + "\\processhacker-build-bin.zip";
999997

1000998
if (File.Exists(buildFilename))
Binary file not shown.

0 commit comments

Comments
 (0)