Skip to content

Commit 7117e79

Browse files
committed
Temp disable whitelist to see if it breaks Mac
> /Users/runner/.nuget/packages/microsoft.net.illink.tasks/9.0.6/build/Microsoft.NET.ILLink.targets(143,5): > error MSB6001: Invalid command line switch for "dotnet". System.ArgumentException: feature settings require "Value" metadata > [/Users/runner/work/sentry-dotnet/sentry-dotnet/samples/Sentry.Samples.Ios/Sentry.Samples.Ios.csproj]
1 parent 3c985f2 commit 7117e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<!-- SentryNative.IsEnabled should result in compile-time constant for trimmed applications -->
1414
<!-- Effectively disabling native library -->
1515
<RuntimeHostConfigurationOption Include="Sentry.Native.IsEnabled"
16-
Value="$(_SentryNativeEnabled)"
16+
Condition="'$(SentryNative)' == 'false' or '$(SentryNative)' == 'disable'"
17+
Value="false"
1718
Trim="true" />
1819
</ItemGroup>
1920

0 commit comments

Comments
 (0)