Add the correct channel to get the debian package names.
This commit is contained in:
parent
1033e61d57
commit
5496d92144
1 changed files with 2 additions and 4 deletions
|
@ -32,8 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
case "beta":
|
||||
case "rc1":
|
||||
case "rc2":
|
||||
case "preview1":
|
||||
case "preview2":
|
||||
case "preview":
|
||||
case "rtm":
|
||||
packageName = "dotnet";
|
||||
break;
|
||||
|
@ -58,8 +57,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
case "beta":
|
||||
case "rc1":
|
||||
case "rc2":
|
||||
case "preview1":
|
||||
case "preview2":
|
||||
case "preview":
|
||||
case "rtm":
|
||||
packagePrefix = "dotnet";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue