From 7b62dd1267fb8b9c2529bddfa4ef32593fd026c0 Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Wed, 22 Feb 2017 10:52:50 -0800 Subject: [PATCH] Address some of the PR comments --- build/BuildOutputs.props | 1 - build/compile/LzmaArchive.targets | 29 ++++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/build/BuildOutputs.props b/build/BuildOutputs.props index a5bc0d821..6410dcd89 100644 --- a/build/BuildOutputs.props +++ b/build/BuildOutputs.props @@ -3,7 +3,6 @@ dotnet$(ExeExtension) $(DynamicLibPrefix)hostfxr$(DynamicLibExtension) $(DynamicLibPrefix)hostpolicy$(DynamicLibExtension) - $(ToolsOutputDirectory)/Archiver.dll $(Stage2Directory)/sdk/$(SdkVersion)/nuGetPackagesArchive.lzma diff --git a/build/compile/LzmaArchive.targets b/build/compile/LzmaArchive.targets index 784721ad2..7b51073ee 100644 --- a/build/compile/LzmaArchive.targets +++ b/build/compile/LzmaArchive.targets @@ -1,5 +1,19 @@ + + + false + $(ToolsOutputDirectory)/Archiver.dll + + <configuration> + <packageSources> + <add key="configurable.source" value="%CLI_LZMA_PACKAGE_SOURCE%" /> + </packageSources> + </configuration> + + $(NuGetPackagesArchiveProject)/Nuget.config + + - - false - - - - - <configuration> - <packageSources> - <add key="configurable.source" value="%CLI_LZMA_PACKAGE_SOURCE%" /> - </packageSources> - </configuration> - - $(NuGetPackagesArchiveProject)/Nuget.config - -