Skip to content

Commit

Permalink
Re-added dropped character
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 25, 2024
1 parent adba277 commit 0652a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuke/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected override void OnBuildInitialized()

if (ScheduledTargets.Contains(Default))
{
Version = $"{Version}-ci.buildNumber}";
Version = $"{Version}-ci.{buildNumber}";
}
else if (ScheduledTargets.Contains(PrePublish))
{
Expand Down

0 comments on commit 0652a66

Please sign in to comment.