Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Add pdbs to nuget spec file (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed May 13, 2021
1 parent 76a29da commit 3d9e116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Parsing/Impl/Microsoft-Python-Parsing.nuspec
Expand Up @@ -21,5 +21,7 @@
<files>
<file src="Microsoft.Python.Core.dll" target="lib\netstandard2.0\Microsoft.Python.Core.dll" />
<file src="Microsoft.Python.Parsing.dll" target="lib\netstandard2.0\Microsoft.Python.Parsing.dll" />
<file src="Microsoft.Python.Core.pdb" target="lib\netstandard2.0\Microsoft.Python.Core.pdb" />
<file src="Microsoft.Python.Parsing.pdb" target="lib\netstandard2.0\Microsoft.Python.Parsing.pdb" />
</files>
</package>

0 comments on commit 3d9e116

Please sign in to comment.