summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorVal Menn <vmenn@microsoft.com>2015-04-13 16:35:46 -0700
committerVal Menn <vmenn@microsoft.com>2015-04-20 12:57:24 -0700
commit3b2185624cebf4f3a6ab9a4ce0038468aa572c35 (patch)
tree40be49b238378030c1bd09435938b913a4277211 /dir.props
parentba3b6d4ac52a7e3adc8193c0c3c7aab648cdfa2b (diff)
downloadcoreclr-3b2185624cebf4f3a6ab9a4ce0038468aa572c35.tar.gz
coreclr-3b2185624cebf4f3a6ab9a4ce0038468aa572c35.tar.bz2
coreclr-3b2185624cebf4f3a6ab9a4ce0038468aa572c35.zip
Xplat build changes
Move the path of the global packages.config into a separate property. This allows xplat MSBuild to detect the path and adjust for non-Win systems. Addtionally, trim backslash as it escapes quotes on Linux
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 aea0b1d7bb..ca18990256 100644
--- a/dir.props
+++ b/dir.props
@@ -20,6 +20,7 @@
<SourceDir>$(__SourceDir)\</SourceDir>
<SourceDir Condition="'$(__SourceDir)'==''">$(ProjectDir)\src\</SourceDir>
+ <PackagesGlobalConfig>$(SourceDir).nuget\packages.config</PackagesGlobalConfig>
<PackagesDir>$(__PackagesDir)\</PackagesDir>
<PackagesDir Condition="'$(__PackagesDir)'==''">$(ProjectDir)\packages\</PackagesDir>