Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 12, 2019
1 parent 0197c43 commit b5dc924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Utilities/BuildVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public static BuildVersion Calculate(Context context)

var version = assertedversions.MajorMinorPatch;
var semVersion = assertedversions.LegacySemVerPadded;

var fullSemVer = assertedversions.FullSemVer;

if (string.IsNullOrWhiteSpace(version))
{
throw new CakeException("Could not calculate version of build.");
Expand Down

0 comments on commit b5dc924

Please sign in to comment.