Merge pull request #702 from jellyfin/win-build

Fix debug build on windows
pull/706/head v10.0.0
Andrew Rabert 5 years ago committed by GitHub
commit e0315b5695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save