Skip to content

Commit e1a5998

Browse files
authored
Fix the build (#5324)
1 parent 1f9d07a commit e1a5998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ namespace MacMauiAppWithBroker
126126

127127
<!-- Display warning when building on non-Mac -->
128128
<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." />
129+
<Message Importance="high" Text="MacMauiAppWithBroker is designed for macOS only. Building an empty stub project on this platform." />
130130
</Target>
131131

132132
</Project>

0 commit comments

Comments
 (0)