summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2016-04-04 17:52:15 -0700
committerMike McLaughlin <mikem@microsoft.com>2016-04-11 14:55:39 -0700
commit1800e5f71da458298e25b52ce35e0c6ae5976fcc (patch)
tree35fb1a86e4b95fcabc6b27abc8a76ed697dff238 /dir.props
parentbfbde8d29cf245a0bf1eb027367851ad84aafa61 (diff)
downloadcoreclr-1800e5f71da458298e25b52ce35e0c6ae5976fcc.tar.gz
coreclr-1800e5f71da458298e25b52ce35e0c6ae5976fcc.tar.bz2
coreclr-1800e5f71da458298e25b52ce35e0c6ae5976fcc.zip
Add symbol packages for coreclr runtime.
Depends on the new buildtools symbol support. Update build tools version containing the new symbol file support.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 320b566aec..db520e00d9 100644
--- a/dir.props
+++ b/dir.props
@@ -158,6 +158,7 @@
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
<PackageOutputPath>$(PackagesBinDir)/pkg/</PackageOutputPath>
+ <SymbolPackageOutputPath>$(PackagesBinDir)/symbolpkg/</SymbolPackageOutputPath>
</PropertyGroup>
</Project>