Fix PublishTargets to use the correct Shared Host Nuget Version.

Also update the VersionSuffix to use the ReleaseSuffix as before.
This commit is contained in:
Sridhar Periyasamy 2016-05-04 12:25:26 -07:00 committed by Bryan
parent d1cd3703ac
commit 8b55c50011
3 changed files with 15 additions and 10 deletions

View file

@ -76,8 +76,6 @@ namespace Microsoft.DotNet.Cli.Build
public static string GetDebianSharedHostPackageName(BuildTargetContext c)
{
var sharedFrameworkNugetVersion = c.BuildContext.Get<string>("SharedFrameworkNugetVersion");
return $"dotnet-host".ToLower();
}