aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2020-09-04 11:44:15 +0200
committerGitHub <noreply@github.com>2020-09-04 11:44:15 +0200
commit81c764e87f52771a20e66af2d1c65245f2202925 (patch)
tree4338d54bc75b563e6931d7642d882ceb89224e88 /windows
parent1d3303fa0a4a106dc74065ed37f9353ef763a52a (diff)
parent250216cc5335ec79c789987dc5dcef0243d548eb (diff)
Merge branch 'master' into output-formatters
Diffstat (limited to 'windows')
-rw-r--r--windows/build-jellyfin.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build-jellyfin.ps1 b/windows/build-jellyfin.ps1
index b76a8e0bbe..b65e619ee1 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 {