Skip to content

Commit 0f334dd

Browse files
committed
GH-1610 - GitVersion .Net Core (Preview) Azure DevOps task error
1 parent 81567c6 commit 0f334dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BuildVersion
1414

1515
if (!string.IsNullOrWhiteSpace(gitVersion.BuildMetaData)) {
1616
semVersion += "-" + gitVersion.BuildMetaData;
17-
tfxVersion += "." + gitVersion.BuildMetaData;
17+
tfxVersion += "." + DateTime.UtcNow.ToString("yyMMddHH");
1818
}
1919

2020
return new BuildVersion

0 commit comments

Comments
 (0)