aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-09-27 16:41:01 -0600
committerCody Robibero <cody@robibe.ro>2025-09-27 16:41:01 -0600
commitb9c96f3d2c722fd210cec0694d257b0296d13964 (patch)
tree0102afcf617c96b3bf4a79561092717e121aa090 /src
parent08f9b932ac8f51530a437c69ac2422a38a66e45f (diff)
Revert "Add Jellyfin.CodeAnalysis project to abi diff (#14875)"
This reverts commit 526ec8330557246e5eeab3e9a8ff23eb2be930ae.
Diffstat (limited to 'src')
-rw-r--r--src/Jellyfin.CodeAnalysis/Jellyfin.CodeAnalysis.csproj18
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>