Skip to content

Commit

Permalink
Improved version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Apr 3, 2023
1 parent c67f117 commit dbf85c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuke/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ protected override void OnBuildInitialized()

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

Expand Down

0 comments on commit dbf85c6

Please sign in to comment.