This commit is contained in:
odrling 2019-08-31 12:35:18 +02:00
parent 068b10bb49
commit 48de1a66a1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace BuildTasks {
string installerVersion = "0.0.0";
string resourceVersion = "0, 0, 0";
string versionStr = null;
var releaseVersion = null;
Tag releaseVersion;
bool taggedRelease = false;
using (var repo = new Repository(Root + ".git")) {
commits += repo.Commits.TakeWhile(c => !c.Id.Equals(LastSVNCommit)).Count();