Skip to content

Commit

Permalink
Enable Portable Pdb generation
Browse files Browse the repository at this point in the history
When dotnet/corefx#24025 goes through to change coreFX over to use portable PDBs we want to do the same for System.private.Corelib.pdb in CoreCLR.   This change does this.
  • Loading branch information
vancem committed Oct 27, 2017
1 parent 04c7586 commit 39abb04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

<!-- Set the kind of PDB to Portable and turn on SourceLink (fetching source from GitHub) -->
<PropertyGroup>
<!-- TODO turn on Portable PDB
<DebugType Condition="'$(DebugType)' == ''">Portable</DebugType>
-->
<UseSourceLink>true</UseSourceLink>
</PropertyGroup>

Expand Down

0 comments on commit 39abb04

Please sign in to comment.