Disable generating DEB packages

https://github.com/dotnet/core-sdk/issues/201
This commit is contained in:
Daniel Plaisted 2018-12-05 18:02:18 -08:00
parent c6b78f4205
commit 60f6fe6496

View file

@ -1,9 +1,11 @@
<Project>
<!-- TODO: Add GenerateDebs to this list: https://github.com/dotnet/core-sdk/issues/201 -->
<Target Name="GenerateInstallers"
AfterTargets="Pack"
DependsOnTargets="GetCurrentRuntimeInformation;
GenerateMsis;
GenerateDebs;
GeneratePkgs;
GenerateRpms;"
/>