Merge pull request #702 from jellyfin/win-build

Fix debug build on windows
This commit is contained in:
Andrew Rabert 2019-01-25 08:36:21 -05:00 committed by GitHub
commit e0315b5695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>