Skip to content

Commit ed76184

Browse files
author
John Luo
authored
Do not ship analyzer packages (#21971)
1 parent e22487e commit ed76184

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<UseLatestPackageReferences>true</UseLatestPackageReferences>
1616
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1717
<IsPackable>true</IsPackable>
18+
<IsShippingPackage>false</IsShippingPackage>
1819
<!-- This project needs an older version of M.CA.CSharp.Workspaces since it targets netstandard1.3 -->
1920
<DisablePackageReferenceRestrictions>true</DisablePackageReferenceRestrictions>
2021
</PropertyGroup>

src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
1111
<UseLatestPackageReferences>true</UseLatestPackageReferences>
1212
<IsPackable>true</IsPackable>
13+
<IsShippingPackage>false</IsShippingPackage>
1314
</PropertyGroup>
1415

1516
<ItemGroup>

0 commit comments

Comments
 (0)