diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-08-30 16:13:33 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-08-30 16:13:33 +0200 |
| commit | af4b810c5e11f1fdc4b910440df559904c35dfa1 (patch) | |
| tree | f3647dfb248843f29dd8dc8e4989eea4222ca110 /tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | |
| parent | 9644e894f0f6e1206f68a2b23aeb8065a565f9bf (diff) | |
Add LiveTvController tests
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj index a5296d8c93..8228c0df70 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj +++ b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj @@ -18,6 +18,9 @@ </ItemGroup> <ItemGroup> + <None Include="Test Data\**\*.*"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <!-- Don't run tests in parallel --> <None Update="xunit.runner.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
