forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc fixes for /question build (dotnet#8881)
Fix an merge error in GenerateResource.NothingOutOfDate Avoid the complex state in WriteLines when Lines are empty. /question just always returns true. Add a test. Add Tracker to bootstrap, makes dogfooding C++ easier. Add SkipUnchangedFiles to avoid extra copy. * Dev/yuehuang/main rar (#1) * Add Question switch to stop the build when targets are not incremental. * Add question property to tasks. * Add tests * Clean up IIncrementalTask interface. * Add additional tasks. * Test and Question on this repro. * fix build * Fix question in -m. Fix BindingRedirect to target incremental. * Fix tests for Linux. * WIP * Fix feedbacks * . * Revert condition. * fix feedback. * touch to rerun. * Fix merge. * Fix merge pt2 * Fix merge p3 * Fix fileState when it couldn't resolve some files. * Fix merge * Address feedbacks * Fix test. * Clean up. * WIP * Fix Feedback * Fix Feedback. * Update tests * Address some feedbacks. * Fix merge conflict * . * Improve the messaging for ResGen in question mode. * Fix Style * Revert GenerateResource into separate PR.
- Loading branch information
1 parent
885df7d
commit e08f8d9
Showing
5 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters