Bläddra i källkod

Merge pull request #702 from jellyfin/win-build

Fix debug build on windows
Andrew Rabert 6 år sedan
förälder
incheckning
e0315b5695
1 ändrade filer med 0 tillägg och 1 borttagningar
  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>