From b1fa912212da438e0aa46cbfcd91c3754b514b7c Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Fri, 25 Aug 2023 11:04:33 -0500 Subject: [PATCH] Ignore warnings of IDE0090 for vstest (#17253) --- src/SourceBuild/content/repo-projects/vstest.proj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SourceBuild/content/repo-projects/vstest.proj b/src/SourceBuild/content/repo-projects/vstest.proj index d1188d6fe..65e7b2824 100644 --- a/src/SourceBuild/content/repo-projects/vstest.proj +++ b/src/SourceBuild/content/repo-projects/vstest.proj @@ -6,6 +6,8 @@ $(BuildCommandArgs) /p:SemanticVersioningV1=true $(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs) true + + IDE0090