diff --git a/src/BuildKit/build/Sentry.props b/src/BuildKit/build/Sentry.props index d56c5da..97094f5 100644 --- a/src/BuildKit/build/Sentry.props +++ b/src/BuildKit/build/Sentry.props @@ -11,6 +11,7 @@ $([MSBuild]::ValueOrDefault('$(SentryCreateRelease)', 'true')) $([MSBuild]::ValueOrDefault('$(SentryOrg)', '$(GitHubRepositoryOwner)')) $([MSBuild]::ValueOrDefault('$(SentryProject)', '$(GitHubRepositoryName)')) + $([MSBuild]::ValueOrDefault('$(SentryReleaseOptions)', '--finalize')) $([MSBuild]::ValueOrDefault('$(SentrySetCommits)', 'true')) $([MSBuild]::ValueOrDefault('$(SentryUploadSymbols)', 'true'))