diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-09-03 14:46:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 14:46:35 -0400 |
| commit | 53703566b5e1239bbab308031d94df34a4d168aa (patch) | |
| tree | 57b26d52fdeba13449e89840e32e7aa07fddfb72 /debian/rules | |
| parent | 52aea85e7fa5b3e3eef965b434b79829ccecde46 (diff) | |
| parent | 44fb76bbcf3080b6cc2795925452bec69a0d8402 (diff) | |
Merge pull request #4008 from crobibero/publish-with-docs
Include xml docs when publishing
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2a5d41a696..6c7fbb779d 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,7 @@ override_dh_clistrip: override_dh_auto_build: dotnet publish --configuration $(CONFIG) --output='$(CURDIR)/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \ - "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none" Jellyfin.Server + "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" Jellyfin.Server override_dh_auto_clean: dotnet clean -maxcpucount:1 --configuration $(CONFIG) Jellyfin.Server || true |
