aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.CodeAnalysis
diff options
context:
space:
mode:
authorJPVenson <ger-delta-07@hotmail.de>2025-09-26 20:49:51 +0300
committerGitHub <noreply@github.com>2025-09-26 11:49:51 -0600
commit526ec8330557246e5eeab3e9a8ff23eb2be930ae (patch)
tree5e2698a324ff0f51e3bfda81d047c6b74e773bbf /src/Jellyfin.CodeAnalysis
parent54d48fa44669e4728769d9aaee0346748b10946e (diff)
Add Jellyfin.CodeAnalysis project to abi diff (#14875)
Diffstat (limited to 'src/Jellyfin.CodeAnalysis')
-rw-r--r--src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj b/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj
index 64d20e904..8a9f85ca9 100644
--- a/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj
+++ b/src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj
@@ -7,6 +7,24 @@
<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>