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 /windows | |
| parent | 52aea85e7fa5b3e3eef965b434b79829ccecde46 (diff) | |
| parent | 44fb76bbcf3080b6cc2795925452bec69a0d8402 (diff) | |
Merge pull request #4008 from crobibero/publish-with-docs
Include xml docs when publishing
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/build-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build-jellyfin.ps1 b/windows/build-jellyfin.ps1 index b76a8e0bb..b65e619ee 100644 --- a/windows/build-jellyfin.ps1 +++ b/windows/build-jellyfin.ps1 @@ -40,7 +40,7 @@ function Build-JellyFin { Write-Verbose "windowsversion-Architecture: $windowsversion-$Architecture" Write-Verbose "InstallLocation: $ResolvedInstallLocation" Write-Verbose "DotNetVerbosity: $DotNetVerbosity" - dotnet publish --self-contained -c $BuildType --output $ResolvedInstallLocation -v $DotNetVerbosity -p:GenerateDocumentationFile=false -p:DebugSymbols=false -p:DebugType=none --runtime `"$windowsversion-$Architecture`" Jellyfin.Server + dotnet publish --self-contained -c $BuildType --output $ResolvedInstallLocation -v $DotNetVerbosity -p:GenerateDocumentationFile=true -p:DebugSymbols=false -p:DebugType=none --runtime `"$windowsversion-$Architecture`" Jellyfin.Server } function Install-FFMPEG { |
