Skip to content

Commit 52dc02b

Browse files
committed
Always include the commit height and commit hash
1 parent 22f376e commit 52dc02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TurnerSoftware.BuildVersioning.Tool/GitCommandRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ private string RunCommand(string command)
4242
}
4343
}
4444

45-
public string GitDescribe() => RunCommand("describe --tags --abbrev=7 --always");
45+
public string GitDescribe() => RunCommand("describe --tags --abbrev=7 --always --long");
4646
}
4747
}

0 commit comments

Comments
 (0)