From 6fb2fac6e4b81dce2a7fc59d3b8163f08c117f4f Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sun, 12 Feb 2023 18:54:55 +0100 Subject: Always run code analyzers for tests projects (#9304) --- tests/Directory.Build.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/Directory.Build.props (limited to 'tests/Directory.Build.props') diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props new file mode 100644 index 0000000000..de8fc1bb8b --- /dev/null +++ b/tests/Directory.Build.props @@ -0,0 +1,23 @@ + + + + + + + net7.0 + false + $(MSBuildThisFileDirectory)/jellyfin-tests.ruleset + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + -- cgit v1.2.3