When a build succeeds, the output is moved (MoveFilesToBinFolderAsync) to the bin/ folder.
When a build fails, those same output files are left in place. This is surprising behavior and slightly annoying.
Can the files always be moved to the bin/ folder? Better yet, would it be possible to generate them there directly? For example, by making the CWD be bin/? That seems a better way to go than asynchronously moving files.