We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9d07a commit e1a5998Copy full SHA for e1a5998
tests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csproj
@@ -126,7 +126,7 @@ namespace MacMauiAppWithBroker
126
127
<!-- Display warning when building on non-Mac -->
128
<Target Name="WarnNonMacBuild" BeforeTargets="Build" Condition="!$([MSBuild]::IsOSPlatform('OSX'))">
129
- <Warning Text="MacMauiAppWithBroker is designed for macOS only. Building an empty stub project on this platform." />
+ <Message Importance="high" Text="MacMauiAppWithBroker is designed for macOS only. Building an empty stub project on this platform." />
130
</Target>
131
132
</Project>
0 commit comments