Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Fix some details of build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yck1509 committed May 30, 2014
1 parent ea85b86 commit 4371de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/UpdateVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static int Main(string[] args) {
Console.WriteLine("error when executing git describe.");
}
}
tag = tag ?? "v" + ver;
tag = tag ?? "v" + ver + "-custom";

string template = Path.Combine(dir, "GlobalAssemblyInfo.Template.cs");
string output = Path.Combine(dir, "GlobalAssemblyInfo.cs");
Expand Down

0 comments on commit 4371de1

Please sign in to comment.