Skip to content

Commit

Permalink
Remove -beta from build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 19, 2016
1 parent 18d4e63 commit 232799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#addin nuget:?package=Cake.FileHelpers
#addin nuget:?package=Cake.MonoApiTools

var PREVIEW = "beta";
var PREVIEW = "";
var VERSION = EnvironmentVariable ("APPVEYOR_BUILD_VERSION") ?? Argument("version", "2.1.9999");
var NUGET_VERSION = VERSION;

Expand Down

0 comments on commit 232799b

Please sign in to comment.