Skip to content

Commit e981efa

Browse files
committed
Adding .pdb file to the output
1 parent 7227cf1 commit e981efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Clients/DotNET.CodeAnalysis/DotNET.CodeAnalysis.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
Pack="true"
3030
PackagePath="analyzers/dotnet/cs"
3131
Visible="false" />
32+
<None Include="$(OutputPath)\$(AssemblyName).pdb"
33+
Pack="true"
34+
PackagePath="analyzers/dotnet/cs"
35+
Visible="false" />
3236
</ItemGroup>
3337
</Project>

0 commit comments

Comments
 (0)