summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-05-13 14:17:00 -0700
committerAaron Robinson <arobins@microsoft.com>2019-05-13 15:34:31 -0700
commitabdfc4a2cfca256f464e7f950beb59e91c88a8bb (patch)
treea6dd5f86882738ef195d6e5ac50cc137d9c8db8b /dir.common.props
parent934d73fea95b4c479b67fee0ff53caea4a325ee5 (diff)
downloadcoreclr-abdfc4a2cfca256f464e7f950beb59e91c88a8bb.tar.gz
coreclr-abdfc4a2cfca256f464e7f950beb59e91c88a8bb.tar.bz2
coreclr-abdfc4a2cfca256f464e7f950beb59e91c88a8bb.zip
The PackagesDir property is used in places that expected a trailing slash.
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.common.props b/dir.common.props
index 190cf6c6de..11313bee85 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -6,7 +6,7 @@
<PropertyGroup>
<CoreclrDir>$(MSBuildThisFileDirectory)</CoreclrDir>
- <PackagesDir>$(CoreclrDir)/.packages</PackagesDir>
+ <PackagesDir>$(CoreclrDir)/.packages/</PackagesDir>
<!-- [ARCADE_REMOVE] This property can be removed after build-tools is removed. -->
<PackageOutputPath>$(PackagesDir)</PackageOutputPath>