We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9fe1a commit d2fc123Copy full SHA for d2fc123
pkgs/by-name/so/sonarr/package.nix
@@ -129,6 +129,7 @@ buildDotnetModule {
129
dotnetFlags = [
130
"--property:TargetFramework=net8.0"
131
"--property:EnableAnalyzers=false"
132
+ "--property:SentryUploadSymbols=false" # Fix Sentry upload failed warnings
133
# Override defaults in src/Directory.Build.props that use current time.
134
"--property:Copyright=Copyright 2014-2025 sonarr.tv (GNU General Public v3)"
135
"--property:AssemblyVersion=${version}"
0 commit comments