Skip to content

Commit

Permalink
Set telemetry output in portable build.sh
Browse files Browse the repository at this point in the history
Seems this was missed who knows how long ago, so add it just in case.

FYI This only affects our builds, not our users' privacy.
  • Loading branch information
joshuaboniface committed Nov 21, 2024
1 parent 22f1a26 commit efa1e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portable/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ case ${BUILD_TYPE} in
APPHOST="-p:UseAppHost=true"
;;
esac
export DOTNET_CLI_TELEMETRY_OPTOUT=1
dotnet publish Jellyfin.Server --configuration Release ${RUNTIME} --output ${BUILD_DIR}/jellyfin/ -p:DebugSymbols=false -p:DebugType=none ${APPHOST}
popd

Expand Down

0 comments on commit efa1e92

Please sign in to comment.