Disable generating DEB packages
https://github.com/dotnet/core-sdk/issues/201
This commit is contained in:
parent
c6b78f4205
commit
60f6fe6496
1 changed files with 3 additions and 1 deletions
|
@ -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;"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue