Skip to content

Commit

Permalink
[release/6.0] Disable native ports package validation (#61697)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern committed Nov 17, 2021
1 parent c91170a commit c1e9122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -6,6 +6,8 @@
<NoTargetsDoNotReferenceOutputAssemblies>false</NoTargetsDoNotReferenceOutputAssemblies>
<!-- This is a meta package and doesn't contain any libs. -->
<NoWarn>$(NoWarn);NU5128</NoWarn>
<!-- It doesn't make sense to run package validation on native packages -->
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand Down
Expand Up @@ -13,6 +13,8 @@
<UseRuntimePackageDisclaimer>true</UseRuntimePackageDisclaimer>
<!-- This is a native package and doesn't contain any ref/lib assets. -->
<NoWarn>$(NoWarn);NU5128</NoWarn>
<!-- It doesn't make sense to run package validation on native packages -->
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c1e9122

Please sign in to comment.