diff --git a/Sentry-CI-Build-macOS.slnf b/Sentry-CI-Build-macOS.slnf index 59204ac740..45b7be0464 100644 --- a/Sentry-CI-Build-macOS.slnf +++ b/Sentry-CI-Build-macOS.slnf @@ -37,6 +37,7 @@ "src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj", "src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj", "src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj", + "src\\Sentry.Bindings.Native\\Sentry.Bindings.Native.csproj", "src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj", "src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj", "src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj", diff --git a/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj b/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj index 32af370911..bb79239c03 100644 --- a/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj +++ b/samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj @@ -27,11 +27,10 @@ true - false + true diff --git a/scripts/generate-solution-filters-config.yaml b/scripts/generate-solution-filters-config.yaml index 75462fd1da..6e18da87a5 100644 --- a/scripts/generate-solution-filters-config.yaml +++ b/scripts/generate-solution-filters-config.yaml @@ -50,7 +50,6 @@ filterConfigs: - "**/*Maui.Device.TestApp.csproj" - "**/*SourceGen.csproj" - "**/Sentry.Samples.Android.csproj" - - "**/Sentry.Bindings.Native.csproj" - outputPath: Sentry-CI-Build-Windows.slnf include: diff --git a/src/Sentry.Bindings.Native/Sentry.Bindings.Native.csproj b/src/Sentry.Bindings.Native/Sentry.Bindings.Native.csproj index 65918b4fd2..aeaddbad05 100644 --- a/src/Sentry.Bindings.Native/Sentry.Bindings.Native.csproj +++ b/src/Sentry.Bindings.Native/Sentry.Bindings.Native.csproj @@ -11,6 +11,8 @@ $(SentryNativeOutputDirectory)$(NativeLibRelativePath-win-x64) linux-x64\native\ $(SentryNativeOutputDirectory)$(NativeLibRelativePath-linux-x64) + osx\native\ + $(SentryNativeOutputDirectory)$(NativeLibRelativePath-osx) @@ -48,6 +50,14 @@ + + + true + \runtimes\$(NativeLibRelativePath-osx) + PreserveNewest + + + @@ -120,4 +130,35 @@ + + + + + + + + + + + + + + + + diff --git a/src/Sentry.Bindings.Native/buildTransitive/Sentry.Bindings.Native.targets b/src/Sentry.Bindings.Native/buildTransitive/Sentry.Bindings.Native.targets index b220d473aa..5998fd24cc 100644 --- a/src/Sentry.Bindings.Native/buildTransitive/Sentry.Bindings.Native.targets +++ b/src/Sentry.Bindings.Native/buildTransitive/Sentry.Bindings.Native.targets @@ -15,4 +15,12 @@ + + + + + + + + diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index aae6ad3a30..41cb07f97a 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -21,7 +21,7 @@ - +