Skip to content

Commit

Permalink
Update Sentry.Maui.Device.TestApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Sep 23, 2024
1 parent cc5277c commit 3adc240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<!-- Log for debugging -->
<Target Name="LogProperties" BeforeTargets="BeforeBuild">
<Target Name="LogProperties" BeforeTargets="BeforeBuild;Restore;CollectPackageReferences">
<Message Text="OSArchitecture: $(OSArchitecture)" Importance="High" />
<Message Text="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" Importance="High" />
<Message Text="RuntimeIdentifier: $(RuntimeIdentifier)" Importance="High" />
Expand Down

0 comments on commit 3adc240

Please sign in to comment.