Add Shared Framework debian packaging
This commit is contained in:
parent
9004e20cf4
commit
696f4dc167
4 changed files with 194 additions and 0 deletions
|
@ -38,6 +38,13 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
return packageName;
|
||||
}
|
||||
|
||||
public static string GetDebianSharedFrameworkPackageName(BuildTargetContext c)
|
||||
{
|
||||
var sharedFrameworkNugetVersion = c.BuildContext.Get<string>("SharedFrameworkNugetVersion");
|
||||
|
||||
return $"dotnet-sharedframework-{SharedFrameworkTargets.SharedFrameworkName}-{sharedFrameworkNugetVersion}".ToLower();
|
||||
}
|
||||
|
||||
public static string GetOSShortName()
|
||||
{
|
||||
string osname = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue