Temporarily disable creating Debian packages

https://github.com/dotnet/core-sdk/issues/27
This commit is contained in:
Daniel Plaisted 2018-07-11 17:27:46 -07:00
parent 73ec338775
commit cf4a81a583

View file

@ -5,11 +5,17 @@
<Import Project="Installer.DEB.targets" />
<!--
https://github.com/dotnet/core-sdk/issues/27
Add the following back to DependsOnTargets once the aspnetcore base runtime version file is fixed:
BuildSdkDeb;
TestSdkDeb;
-->
<Target Name="GenerateDebs"
DependsOnTargets="SetupDebProps;
TestDebuild;
BuildSdkDeb;
TestSdkDeb;"
TestDebuild;"
Condition=" '$(IsDebianBaseDistro)' == 'True' "
Outputs="@(GeneratedInstallers)"/>