summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2017-10-10 11:59:29 -0700
committerGitHub <noreply@github.com>2017-10-10 11:59:29 -0700
commit9916f7dec4f475552d693ddaaccd2c7e1cce303e (patch)
tree2d9127e888217f8ed56d3c78d978a6797ffa5c1a /dir.props
parent91b7e671d2bc73d63737a9ca4307f9b0f93e7e48 (diff)
downloadcoreclr-9916f7dec4f475552d693ddaaccd2c7e1cce303e.tar.gz
coreclr-9916f7dec4f475552d693ddaaccd2c7e1cce303e.tar.bz2
coreclr-9916f7dec4f475552d693ddaaccd2c7e1cce303e.zip
Turn on source link support (#14399)
* Use Portable PDBs and turn on SourceLink This makes us uniform. Allows VSCode (which does not suport MSPdbs) use on Windows. * Allow DebugType to be overridden (on the command line) * Turn off portable PDB support for now
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props8
1 files changed, 8 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 277512f3e8..5a9700cd8a 100644
--- a/dir.props
+++ b/dir.props
@@ -10,6 +10,14 @@
<OsEnvironment Condition="'$(OsEnvironment)'==''">$(OS)</OsEnvironment>
</PropertyGroup>
+ <!-- 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>
+
<!-- Version numbers for both managed & native binaries -->
<PropertyGroup>
<MajorVersion>4</MajorVersion>