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 /deployment/build.linux.amd64 | |
| parent | 52aea85e7fa5b3e3eef965b434b79829ccecde46 (diff) | |
| parent | 44fb76bbcf3080b6cc2795925452bec69a0d8402 (diff) | |
Merge pull request #4008 from crobibero/publish-with-docs
Include xml docs when publishing
Diffstat (limited to 'deployment/build.linux.amd64')
| -rwxr-xr-x | deployment/build.linux.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.linux.amd64 b/deployment/build.linux.amd64 index a7fb0544ad..d0a5c1747a 100755 --- a/deployment/build.linux.amd64 +++ b/deployment/build.linux.amd64 @@ -16,7 +16,7 @@ else fi # Build archives -dotnet publish Jellyfin.Server --configuration Release --self-contained --runtime linux-x64 --output dist/jellyfin-server_${version}/ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none;UseAppHost=true" +dotnet publish Jellyfin.Server --configuration Release --self-contained --runtime linux-x64 --output dist/jellyfin-server_${version}/ "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none;UseAppHost=true" tar -czf jellyfin-server_${version}_linux-amd64.tar.gz -C dist jellyfin-server_${version} rm -rf dist/jellyfin-server_${version} |
