Teach coreclr/src/tools about Checked configuration (#43017)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Fri, 27 Nov 2020 01:28:50 +0000 (02:28 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Nov 2020 01:28:50 +0000 (02:28 +0100)
commit3bd3a07ad626a461f16ae591337a66568390510b
tree5b5b0a3d28e76873e248b2ce3cfc43e6d827b77a
parent804d730d2fd8a57dbe9c0a3118800b1288993ecd
Teach coreclr/src/tools about Checked configuration (#43017)

We never test managed tools in Debug configuration because we never build the runtime partition in the Debug configuration - we only build Checked.

But managed tools don't know what Checked means because it's not an MSBuild concept. So we never run the tools with asserts turned on.
src/coreclr/src/tools/Directory.Build.props