diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-11 23:05:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 23:05:35 +0200 |
| commit | 59f45739e7e5a57dca3afb546365b585c191ef41 (patch) | |
| tree | 454c45829c47dffad4da6ef256fe0eb5c30447b8 | |
| parent | 456d9dc0a62b6011b884f660ae641a942e27149b (diff) | |
| parent | 584dc05c3c58891f95a0498615f114047144f5c8 (diff) | |
Merge pull request #10389 from Bond-009/warn5
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index 3f1a098e4..7015d991f 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -38,10 +38,6 @@ <SymbolPackageFormat>snupkg</SymbolPackageFormat> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> - <CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors> - </PropertyGroup> - <PropertyGroup Condition=" '$(Stability)'=='Unstable'"> <!-- Include all symbols in the main nupkg until Azure Artifact Feed starts supporting ingesting NuGet symbol packages. --> <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
