Browse Source

Merge pull request #702 from jellyfin/win-build

Fix debug build on windows
Andrew Rabert 6 years ago
parent
commit
e0315b5695
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Server/Jellyfin.Server.csproj

+ 0 - 1
Jellyfin.Server/Jellyfin.Server.csproj

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