mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
Introduce prooperty to skip rpm dependencies if wanted
This commit is contained in:
committed by
Frederik Carlier
parent
22a7f2a022
commit
3f7bd3c61a
@@ -94,6 +94,10 @@
|
||||
<RpmDotNetDependency Include="krb5-libs" Version="" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(SkipRpmDependencies)' == 'true'">
|
||||
<RpmDotNetDependency Remove="@(RpmDotNetDependency)"/>
|
||||
</ItemGroup>
|
||||
|
||||
<Message Text="Creating RPM package $(RpmPath)" Importance="high"/>
|
||||
|
||||
<MakeDir Directories="$(PackageDir)"/>
|
||||
|
||||
Reference in New Issue
Block a user