From 0c1db5d3e3fc6c655ae7a781e5920193762d83bc Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 15 Apr 2016 10:05:56 -0500 Subject: [PATCH] Updating package publish with Debian --- scripts/dotnet-cli-build/PublishTargets.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dotnet-cli-build/PublishTargets.cs b/scripts/dotnet-cli-build/PublishTargets.cs index b6caecd38..5e860de0e 100644 --- a/scripts/dotnet-cli-build/PublishTargets.cs +++ b/scripts/dotnet-cli-build/PublishTargets.cs @@ -386,6 +386,7 @@ namespace Microsoft.DotNet.Cli.Build {"osx.10.10-x64", false }, {"rhel.7-x64", false }, {"ubuntu.14.04-x64", false }, + {"debian.8-x64", false }, }; var buildFiles = AzurePublisherTool.ListBlobs(hostBlob + buildVersion);