From 691ab4b37d114c8f509264e75074801d88b6d12a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 19 Dec 2018 13:23:40 -0800 Subject: [PATCH] Allow disabling the site extension projects (#6010) --- build/SharedFx.targets | 1 - build/artifacts.props | 4 ++-- build/repo.props | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/SharedFx.targets b/build/SharedFx.targets index 17e393fdd8..22bb61ab71 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -7,7 +7,6 @@ $(BuildSharedFxDependsOn);CodeSign $(IntermediateDir)ar\$(SharedFxRid)\ $(GetArtifactInfo);GetFxProjectArtifactInfo - true diff --git a/build/artifacts.props b/build/artifacts.props index bc33a3ac0b..5d623f9ad5 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -17,7 +17,7 @@ This can be done once #4246 is complete, and done in conjunction with converting - + @@ -27,7 +27,7 @@ This can be done once #4246 is complete, and done in conjunction with converting - + diff --git a/build/repo.props b/build/repo.props index db8d22f886..6fd5255a1e 100644 --- a/build/repo.props +++ b/build/repo.props @@ -7,6 +7,7 @@ true true false + true false