From a18ad94e54d5d03471db11e03fcb9a8d40b45c07 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Mon, 13 May 2019 16:41:59 -0700 Subject: [PATCH] Was too aggressive with changes to PackageOutputPath property. - This represents this repo's generated packages rather than packages it consumes. --- dir.common.props | 3 --- dir.props | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dir.common.props b/dir.common.props index 11313be..4e2a3bb 100644 --- a/dir.common.props +++ b/dir.common.props @@ -7,9 +7,6 @@ $(MSBuildThisFileDirectory) $(CoreclrDir)/.packages/ - - - $(PackagesDir) + $(PackagesBinDir)/pkg/ + $(PackagesBinDir)/symbolpkg/ $(MSBuildThisFileDirectory)/src/.nuget/packageIndex.json -- 2.7.4