Skip to content

Commit 830ba36

Browse files
Update Sentry.Native.targets
1 parent d45ea42 commit 830ba36

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
<FrameworkSupportsNative Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) and ('$(OutputType)' == 'Exe' or '$(OutputType)' == 'WinExe')">true</FrameworkSupportsNative>
1414
</PropertyGroup>
1515

16-
<!-- TODO: Remove - Just for debugging on CI -->
17-
<Target Name="LOG NATIVE SUPPORT" BeforeTargets="build">
18-
<Message Importance="high" Text="TargetFramework: $(TargetFramework) - OutputType: $(OutputType)" />
19-
<Message Importance="high" Text="FrameworkSupportsNative: $(FrameworkSupportsNative)" />
20-
</Target>
21-
2216
<ItemGroup Condition="'$(FrameworkSupportsNative)' == 'true' and '$(RuntimeIdentifier)' == 'win-x64'">
2317
<DirectPInvoke Include="sentry-native" />
2418
<NativeLibrary Include="$(MSBuildThisFileDirectory)..\sentry-native\win-x64\sentry-native.lib" />

0 commit comments

Comments
 (0)