diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2025-09-28 12:34:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 12:34:21 -0400 |
| commit | 275c1a3cc160ad9d3a4ddae0c65467cdb1bdf1b3 (patch) | |
| tree | ff8dd4ee0754875923d458b4a647d257c477ea74 /src | |
| parent | 4942b2c15f1fadfe769534bcf3f80c0895a5a2a1 (diff) | |
| parent | b9c96f3d2c722fd210cec0694d257b0296d13964 (diff) | |
Merge pull request #14883 from crobibero/code-analysis
Only include custom code analysis for debug builds
Diffstat (limited to 'src')
| -rw-r--r-- | src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj b/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj index 8a9f85ca9..64d20e904 100644 --- a/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj +++ b/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj @@ -7,24 +7,6 @@ <GeneratePackageOnBuild>false</GeneratePackageOnBuild> <EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> <GenerateDocumentationFile>true</GenerateDocumentationFile> - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> - <PublishRepositoryUrl>true</PublishRepositoryUrl> - <EmbedUntrackedSources>true</EmbedUntrackedSources> - <IncludeSymbols>true</IncludeSymbols> - <SymbolPackageFormat>snupkg</SymbolPackageFormat> - </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> - </PropertyGroup> - - <PropertyGroup> - <Authors>Jellyfin Contributors</Authors> - <PackageId>Jellyfin.CodeAnalysis</PackageId> - <VersionPrefix>10.11.0</VersionPrefix> - <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl> - <PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression> </PropertyGroup> <ItemGroup> |
