Merge pull request #2472 from MichaelSimons/debianbuild

Add support for Debian CLI builds
This commit is contained in:
Piotr Puszkiewicz 2016-04-15 16:02:23 -07:00
commit 859a2220f1
16 changed files with 192 additions and 5 deletions

View file

@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
}
else if (CurrentPlatform.IsDebian)
{
packageId = "runtime.debian.8.2-x64.Microsoft.NETCore.Runtime.CoreCLR";
packageId = "runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR";
}
else
{