Fix debian packages
This commit is contained in:
parent
92b3ad0001
commit
97a01213ac
13 changed files with 222 additions and 121 deletions
|
@ -47,6 +47,13 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
return $"dotnet-sharedframework-{SharedFrameworkName}-{sharedFrameworkNugetVersion}".ToLower();
|
||||
}
|
||||
|
||||
public static string GetDebianSharedHostPackageName(BuildTargetContext c)
|
||||
{
|
||||
var sharedFrameworkNugetVersion = c.BuildContext.Get<string>("SharedFrameworkNugetVersion");
|
||||
|
||||
return $"dotnet-host".ToLower();
|
||||
}
|
||||
|
||||
public static string GetOSShortName()
|
||||
{
|
||||
string osname = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue