Browse Source

temporarily prepend build number.

pull/1977/head
Dan Walmsley 8 years ago
parent
commit
b9525c009f
  1. 2
      parameters.cake

2
parameters.cake

@ -26,7 +26,7 @@ public class Parameters
VersionSuffix = build != null ? $"-build{build}" : "";
}
Version += "-build" + context.EnvironmentVariable("BUILD_BUILDNUMBER").Replace(".","");
Version += "-build4" + context.EnvironmentVariable("BUILD_BUILDNUMBER").Replace(".","");
NuGetPushBranch = "master";
NuGetPushRepoName = "https://github.com/AvaloniaUI/Avalonia.Native";

Loading…
Cancel
Save