mirror of
https://github.com/containers/podman.git
synced 2025-12-03 19:59:39 +08:00
Allow RC Windows Installer to be built
The windows installer doesn't like -rc's because it's not strictly semver, but this error can be suppressed. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<Project Sdk="WixToolset.Sdk/5.0.2">
|
<Project Sdk="WixToolset.Sdk/5.0.2">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||||
|
<SuppressIces>ICE24</SuppressIces>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<HarvestDirectory Include="..\docs">
|
<HarvestDirectory Include="..\docs">
|
||||||
|
|||||||
Reference in New Issue
Block a user