Merge pull request #8257 from joshuaboniface/fix-dotnetargs

This commit is contained in:
Joshua M. Boniface
2022-08-13 21:45:57 -04:00
committed by GitHub
15 changed files with 15 additions and 15 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