summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2017-10-27 17:00:17 -0700
committerGitHub <noreply@github.com>2017-10-27 17:00:17 -0700
commitcffb9f4dc658d3a44f5ed9394195dcf00a534b5f (patch)
tree3ce448ceb72906cc6ec7c67be5e025f888d05d6c /dir.props
parent12334b8ad82ce97644b7a28398b5deb15875679c (diff)
downloadcoreclr-cffb9f4dc658d3a44f5ed9394195dcf00a534b5f.tar.gz
coreclr-cffb9f4dc658d3a44f5ed9394195dcf00a534b5f.tar.bz2
coreclr-cffb9f4dc658d3a44f5ed9394195dcf00a534b5f.zip
Enable Portable Pdb generation (#14721)
When https://github.com/dotnet/corefx/pull/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.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index 5a9700cd8a..aaa0285875 100644
--- a/dir.props
+++ b/dir.props
@@ -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>