From 07a919632020be83f25302d7e4d30ed113772890 Mon Sep 17 00:00:00 2001 From: Lee Kelleher Date: Tue, 22 Oct 2024 08:55:33 +0100 Subject: [PATCH] TreatWarningsAsErrors: adds condition to check not in debug compilation mode (#17327) --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0df4f75e8a..14b1896135 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,7 +14,7 @@ en-US enable nullable - true + true enable true false