You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix "The process cannot access the file" error after a failed build (#1663)
* enforce MSBuild to never used shared compilation and start more than one process
by doing that we lower the chances for getting "file in use" exception after re-running a failed build script
* add comments
0 commit comments