Skip to content

Commit

Permalink
Add binplaced analyzers to ASP.NET transport package (#55042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj committed Jul 2, 2021
1 parent 348fefa commit 9c43a63
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PackageDescription>Internal transport package to provide aspnetcore with the assemblies that make up the Microsoft.ASPNetCore.App shared framework.</PackageDescription>
</PropertyGroup>
<ItemGroup>
<_analyzers Include="$(ASPNETCoreAppPackageRootPath)\analyzers\**\*.*" />
<File Include="@(_analyzers)" TargetPath="analyzers\%(RecursiveDir)" />
<_libDocs Include="$(ASPNETCoreAppPackageRuntimePath)\*.xml" />
<File Include="$(ASPNETCoreAppPackageRefPath)\*.*;@(_libDocs)" TargetPath="ref\$(NetCoreAppCurrent)" />
<File Include="$(ASPNETCoreAppPackageRuntimePath)\*.*" Exclude="@(_libDocs)" TargetPath="lib\$(NetCoreAppCurrent)" />
Expand Down

0 comments on commit 9c43a63

Please sign in to comment.