update rc2-preview1 to preview1

This commit is contained in:
Bryan 2016-05-04 12:25:06 -07:00
parent 5bcc4c91c5
commit d1cd3703ac
16 changed files with 27 additions and 27 deletions

View file

@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
case "beta":
case "rc1":
case "rc2":
case "rc2-preview1":
case "preview1":
case "rtm":
packageName = "dotnet";
break;