Skip to content

Commit

Permalink
Revert "Exclude inboxed analyzers from VerifyClosure task (#7624)" (#…
Browse files Browse the repository at this point in the history
…7633)

This reverts commit a311590.
  • Loading branch information
ericstj committed Jul 16, 2021
1 parent 8181002 commit 7b88b24
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@

<ItemGroup Condition="'$(PlatformPackageType)' == 'RuntimePack'">
<IgnoredReference Include="@(RuntimePackAsset->'%(FileName)')" />
<!-- Ignore inboxed analyzers -->
<IgnoredReference Include="@(Reference->'%(FileName)')"
Condition="$([System.String]::Copy('%(FullPath)').IndexOf('analyzers')) > 0"/>
</ItemGroup>

<ItemGroup Condition="'$(PlatformPackageType)' == 'TargetingPack'">
Expand Down

0 comments on commit 7b88b24

Please sign in to comment.