Skip to content

Commit

Permalink
build: disable validation
Browse files Browse the repository at this point in the history
Documentation:
https://wixtoolset.org/documentation/manual/v3/overview/light.html

This may be a limitation of the validation system when the build is ran
as a service (buildbot-worker) without Admin privilege:
wixtoolset/issues#3968

Turn off the validation until this is sorted.

Signed-off-by: Eric Chanudet <[email protected]>
  • Loading branch information
Eric Chanudet authored and troyc committed Dec 15, 2020
1 parent cd77df5 commit 9ec5f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputName>OpenXT-Tools</OutputName>
<OutputType>Package</OutputType>
<SuppressValidation>true</SuppressValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 9ec5f3c

Please sign in to comment.