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 4479321 commit e78c655Copy full SHA for e78c655
src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj
@@ -13,6 +13,8 @@
13
<ToolsetInstallerNuspecFile>$(MSBuildProjectDirectory)\$(MSBuildProjectName).nuspec</ToolsetInstallerNuspecFile>
14
<!-- We import D.B.T ourselves in this file -->
15
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
16
+ <!-- False positive in aspnetcoremodulev2.wxs -->
17
+ <NoWarn>$(NoWarn);WIX5437</NoWarn>
18
</PropertyGroup>
19
20
<PropertyGroup>
0 commit comments