preview1 --> preview2

Moves CLI version suffix from preview1 to preview2
Sets channel for preview2 to 1.0.0-preview2, abandoning the Beta channel to the 1.0.0-preview1 release. Once @sokket's publishing cleanup work is complete we can re-converge the channels if desired.
This commit is contained in:
Piotr Puszkiewicz 2016-05-09 02:34:04 -07:00
parent 0336f6bb34
commit 1033e61d57
16 changed files with 18 additions and 16 deletions

View file

@ -33,6 +33,7 @@ namespace Microsoft.DotNet.Cli.Build
case "rc1":
case "rc2":
case "preview1":
case "preview2":
case "rtm":
packageName = "dotnet";
break;
@ -58,6 +59,7 @@ namespace Microsoft.DotNet.Cli.Build
case "rc1":
case "rc2":
case "preview1":
case "preview2":
case "rtm":
packagePrefix = "dotnet";
break;