diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-03 16:51:39 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-03 16:51:39 -0400 |
| commit | 8322d412f07d495fcfc030fcfa88624f226f4b36 (patch) | |
| tree | e48498862e9ec3bda2bcd4e12781838b08b342b0 /tests | |
| parent | e66b0001830c36e83a4f2fda125264d9b9527243 (diff) | |
Move ruleset up one directory so it can be shared by all test projects
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj | 2 | ||||
| -rw-r--r-- | tests/jellyfin-tests.ruleset (renamed from tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.ruleset) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj b/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj index 8ae110c32..f30e48690 100644 --- a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj +++ b/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.csproj @@ -27,7 +27,7 @@ </ItemGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> - <CodeAnalysisRuleSet>MediaBrowser.Api.Tests.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRuleSet>../jellyfin-tests.ruleset</CodeAnalysisRuleSet> </PropertyGroup> </Project> diff --git a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.ruleset b/tests/jellyfin-tests.ruleset index 5cf77ac4c..5a113e955 100644 --- a/tests/MediaBrowser.Api.Tests/MediaBrowser.Api.Tests.ruleset +++ b/tests/jellyfin-tests.ruleset @@ -2,7 +2,7 @@ <RuleSet Name="Rules for MediaBrowser.Api.Tests" Description="Code analysis rules for MediaBrowser.Api.Tests.csproj" ToolsVersion="14.0"> <!-- Include the solution default RuleSet. The rules in this file will override the defaults. --> - <Include Path="../../jellyfin.ruleset" Action="Default" /> + <Include Path="../jellyfin.ruleset" Action="Default" /> <!-- StyleCop Analyzer Rules --> <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> |
