Add publishing for sdk, sharedhost, sharedfx deb files
small fix disable dotnet-nightly train avoidance, alawys use the same debian config for now
This commit is contained in:
parent
1c38b17f8b
commit
96664f31c2
4 changed files with 48 additions and 10 deletions
|
@ -168,7 +168,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
IEnumerable<string> orderedPackageNames = new List<string>()
|
||||
{
|
||||
Monikers.GetDebianPackageName(c),
|
||||
Monikers.GetSdkDebianPackageName(c),
|
||||
Monikers.GetDebianSharedFrameworkPackageName(c),
|
||||
Monikers.GetDebianSharedHostPackageName(c)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue