-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Description
- Checkout https://github.com/nuke-build/nuke/tree/feature/adaptive-logging
- Execute
build.sh
orbuild.ps1
- There should be an
msbuild.binlog
in the root
Note that calling build.sh/ps1
will first compile all projects as part of compiling _build.csproj
. After that, the _build.csproj
will initiate another compilation. That's just what you end up when you do dogfooding :) Both produced warnings at some point.
The suggested property from #1023 did not change anything, but if it's MAUI specific, that explains it.
Originally posted by @matkoch in #895 (comment)