summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-05-13 16:41:59 -0700
committerAaron Robinson <arobins@microsoft.com>2019-05-13 16:48:25 -0700
commita18ad94e54d5d03471db11e03fcb9a8d40b45c07 (patch)
tree4ef5e0d3537bc351daf9b74dc905457b2a99e015 /dir.common.props
parentabdfc4a2cfca256f464e7f950beb59e91c88a8bb (diff)
downloadcoreclr-a18ad94e54d5d03471db11e03fcb9a8d40b45c07.tar.gz
coreclr-a18ad94e54d5d03471db11e03fcb9a8d40b45c07.tar.bz2
coreclr-a18ad94e54d5d03471db11e03fcb9a8d40b45c07.zip
Was too aggressive with changes to PackageOutputPath property.
- This represents this repo's generated packages rather than packages it consumes.
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props3
1 files changed, 0 insertions, 3 deletions
diff --git a/dir.common.props b/dir.common.props
index 11313bee85..4e2a3bb520 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -7,9 +7,6 @@
<PropertyGroup>
<CoreclrDir>$(MSBuildThisFileDirectory)</CoreclrDir>
<PackagesDir>$(CoreclrDir)/.packages/</PackagesDir>
-
- <!-- [ARCADE_REMOVE] This property can be removed after build-tools is removed. -->
- <PackageOutputPath>$(PackagesDir)</PackageOutputPath>
</PropertyGroup>
<!-- Define NuGet properties for scenarios where they aren't set. From the command line.