Merge pull request #1870 from dotnet/brthor/1839

republish the deb file
This commit is contained in:
Bryan Thornbury 2016-03-15 12:33:34 -07:00
commit ff2d0dc462

View file

@ -46,6 +46,7 @@ namespace Microsoft.DotNet.Cli.Build
[Target(nameof(PublishTargets.PublishVersionBadge),
nameof(PublishTargets.PublishCompressedFile),
nameof(PublishTargets.PublishSdkInstallerFile),
nameof(PublishTargets.PublishDebFileToDebianRepo),
nameof(PublishTargets.PublishSharedFrameworkCompressedFile),
nameof(PublishTargets.PublishSharedHostCompressedFile),
nameof(PublishTargets.PublishLatestVersionTextFile))]