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:
Bryan Thornbury 2016-03-22 14:14:54 -07:00
parent 1c38b17f8b
commit 96664f31c2
4 changed files with 48 additions and 10 deletions

View file

@ -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)
};