mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +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">
|
||||
<PropertyGroup>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<SuppressIces>ICE24</SuppressIces>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<HarvestDirectory Include="..\docs">
|
||||
|
||||
Reference in New Issue
Block a user