Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binlogs not available for design time builds
VS Mac was changed so that design time builds when run about the same time use a single temporary build session. This meant the project system tools extension's attempt to set a custom binlog path would not work. Fix this by changing all msbuild operations to be treated as long operations instead of short operations. This prevents a shared temporary build session being used and allows the custom binlog path set by the project system tools extension to work. Whilst this may slow down the builds, and mean they are run slightly differently, having the binlogs created separately for each design time build is more useful.
- Loading branch information