From 650d9901f6340d845e10886fc3709b97e8c526d8 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Fri, 15 May 2026 15:47:53 +1200 Subject: [PATCH] build: download ACKNOWLEDGEMENTS.md for sentry-cli when packing The Sentry NuGet package redistributes the sentry-cli executables, which compile third-party Rust crates whose OSS licenses require attribution. Add a download step for the platform-independent ACKNOWLEDGEMENTS.md alongside the existing platform-specific binary downloads so it is automatically included in the tools\ folder of the published package. ContinueOnError="WarnAndContinue" is used as a temporary fallback while getsentry/sentry-cli#2823 (adding the file to releases) is in progress. Once that ships the error handling can be tightened and hash verification added via update-cli.ps1. Closes #4588 #skip-changelog Co-Authored-By: Claude Sonnet 4.6 --- src/Sentry/Sentry.csproj | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 5d2129d7d1..b9870fb182 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -116,7 +116,7 @@ - + @@ -124,6 +124,20 @@ + + +