From 428d541627d529dfab097882f99a8bc3190ddaba Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Thu, 11 May 2017 17:58:28 -0700 Subject: [PATCH] Provide a way to not include the SDK Resolver When building the entire stack for a non windows target, the windows resolver packages will not be present (and in the case of a windows build, you'd only have one architecture anyway). Provide a way to opt out of including the resolver. It's only interesting for Visual Studio insertion cases, which is something the community at large doesn't need to worry about. --- build/BuildDefaults.props | 1 + build/Compile.targets | 5 +++-- build/Prepare.targets | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index ae7b03962..60977b327 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -5,6 +5,7 @@ true false true + true true true true diff --git a/build/Compile.targets b/build/Compile.targets index d2a3747aa..044c10303 100644 --- a/build/Compile.targets +++ b/build/Compile.targets @@ -14,11 +14,12 @@ Targets="Publish" /> - + diff --git a/build/Prepare.targets b/build/Prepare.targets index 3b373ecfc..d363483a5 100644 --- a/build/Prepare.targets +++ b/build/Prepare.targets @@ -68,7 +68,8 @@ - + +