File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -934,9 +934,8 @@ public static bool BuildDeployUpdateConfig()
934
934
return false ;
935
935
if ( string . IsNullOrEmpty ( BuildVersion ) )
936
936
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 ) ;
940
939
941
940
if ( BuildNightly && ! File . Exists ( Verify . GetPath ( "nightly.key" ) ) )
942
941
{
@@ -994,7 +993,6 @@ public static bool BuildDeployUpdateConfig()
994
993
if ( string . IsNullOrEmpty ( BuildSetupSig ) )
995
994
return false ;
996
995
997
- Program . PrintColorMessage ( "Uploading build artifacts... " + BuildVersion , ConsoleColor . Cyan ) ;
998
996
buildFilename = BuildOutputFolder + "\\ processhacker-build-bin.zip" ;
999
997
1000
998
if ( File . Exists ( buildFilename ) )
You can’t perform that action at this time.
0 commit comments