Skip to content

Commit 14f43f4

Browse files
committed
Improved build process
1 parent d96eebd commit 14f43f4

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
-85.6 KB
Binary file not shown.
-368 KB
Binary file not shown.
-108 KB
Binary file not shown.
-57.2 KB
Binary file not shown.
-27.1 KB
Binary file not shown.

nuke/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected override void OnBuildInitialized()
103103
VersionPostFix = $"-pre";
104104
}
105105

106-
Log.Information("Building version: {Version}", Version);
106+
Log.Information("Building version {Version} with postfix {VersionPostFix}", Version, VersionPostFix);
107107
}
108108

109109
Target Clean => _ => _

0 commit comments

Comments
 (0)