Fix remaining instances in root package configs

This commit is contained in:
Joshua M. Boniface
2022-08-13 21:23:01 -04:00
parent 3bf1a7e445
commit e14194bfe2
5 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
export PATH=$PATH:/usr/local/bin
# cannot use --output due to https://github.com/dotnet/sdk/issues/22220
dotnet publish --configuration Release --self-contained --runtime %{dotnet_runtime} \
"-p:DebugSymbols=false;DebugType=none" Jellyfin.Server
-p:DebugSymbols=false -p:DebugType=none Jellyfin.Server
%install