diff --git a/samples/todoapp/TodoApp.Uno/Directory.Build.props b/samples/todoapp/TodoApp.Uno/Directory.Build.props
index 3e51b4e..bea9010 100644
--- a/samples/todoapp/TodoApp.Uno/Directory.Build.props
+++ b/samples/todoapp/TodoApp.Uno/Directory.Build.props
@@ -9,7 +9,10 @@
NU1507: Warning when there are multiple package sources when using CPM with no source mapping
NETSDK1201: Warning that specifying RID won't create self containing app
PRI257: Ignore default language (en) not being one of the included resources (eg en-us, en-uk)
+ NETSDK1198: Warning that a win-AnyCPU.pubxml publish profile wasn't found. Triggered by Uno's
+ WinAppSDK/MSIX packaging pipeline during a plain build, even though this sample is never
+ actually published/packaged in CI (build-only, Debug-only CI pipeline).
-->
- $(NoWarn);NU1507;NETSDK1201;PRI257
+ $(NoWarn);NU1507;NETSDK1201;PRI257;NETSDK1198