Skip to content

Commit

Permalink
add pdb to nuget (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony authored Sep 21, 2023
1 parent 759190e commit 3fb3260
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<Target Name="_AddAnalyzersToOutput">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutputPath)\Dhgms.GripeWithRoslyn.Analyzer.dll" PackagePath="analyzers/dotnet/cs" />
<TfmSpecificPackageFile Include="$(OutputPath)\Dhgms.GripeWithRoslyn.Analyzer.pdb" PackagePath="analyzers/dotnet/cs" />
<TfmSpecificPackageFile Include="$(OutputPath)\Dhgms.GripeWithRoslyn.Analyzer.xml" PackagePath="analyzers/dotnet/cs" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit 3fb3260

Please sign in to comment.