diff options
| author | crobibero <cody@robibe.ro> | 2020-08-29 10:42:12 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-29 10:42:12 -0600 |
| commit | 44fb76bbcf3080b6cc2795925452bec69a0d8402 (patch) | |
| tree | 13439e5595044ae7cfe293c54c81c9763a6a8707 /debian/rules | |
| parent | 0424d09b8daf3626fd7de65b601e707afdb00599 (diff) | |
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 2a5d41a69..6c7fbb779 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 |
