Reset local version and explicitly show release/debug builds.

This commit is contained in:
Dean Herbert
2017-02-15 13:40:13 +09:00
parent bd4902a532
commit 25e7a08cca
3 changed files with 21 additions and 4 deletions

View File

@ -122,6 +122,9 @@ namespace osu.Desktop.Deploy
uploadBuild(version);
//reset assemblyinfo.
updateAssemblyInfo("0.0.0");
write("Done!", ConsoleColor.White);
Console.ReadLine();
}