We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe979f1 commit d259392Copy full SHA for d259392
src/DocumentFormat.OpenXml/PEVerify.targets
@@ -8,7 +8,7 @@
8
</PropertyGroup>
9
10
<PropertyGroup Condition="$(CompileWithPeVerify)">
11
- <Features>$(Features);peverify-compat</Features>
+ <!-- <Features>$(Features);peverify-compat</Features> -->
12
13
14
<Target Name="Run PEVerify" AfterTargets="Build" Condition="$(CompileWithPeVerify) AND $(RunPeVerify)">
0 commit comments