From 8ada70e5a3e40f69c8c5e0d950d226276f11731f Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Sat, 31 Jul 2021 08:37:12 +0530 Subject: [PATCH] Add Labels to some Property groups Some property groups have conditions that also self-explain their purpose. So, Add labels to bare property groups only to differentiate among themselves. Then, when contributors add any additional properties, they'll know where to put them. --- eng/Toolkit.Common.props | 6 +++--- src/Directory.Build.props | 2 +- tests/Directory.Build.props | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Toolkit.Common.props b/eng/Toolkit.Common.props index f40105f48..d272cf8c5 100644 --- a/eng/Toolkit.Common.props +++ b/eng/Toolkit.Common.props @@ -1,12 +1,12 @@ - + true $(TF_BUILD) $(ContinuousIntegrationBuild) - + Enable 11.0 true @@ -21,7 +21,7 @@ $(NoWarn);CS8500 - + true $(MSBuildThisFileDirectory)toolkit.snk $(MSBuildThisFileDirectory)toolkit.spk diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a42e218b6..53d8ecf51 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ - + true true true diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 673d90b15..61cc2f1b9 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -7,13 +7,13 @@ This also includes non-test projects as well. But if it's required then override the following properties only within those projects. --> - + false false $(NoWarn);CS8002;SA0001 - + true false