Temporarily disable creating Debian packages
https://github.com/dotnet/core-sdk/issues/27
This commit is contained in:
parent
73ec338775
commit
cf4a81a583
1 changed files with 9 additions and 3 deletions
|
@ -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)"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue