[TIMOB-20300] Windows: Prevent MSBuild from locking resources after builds
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-02T07:45:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2016-02-02T00:21:35.000+0000 |
Updated | 2017-03-16T21:12:26.000+0000 |
Description
MSBuild seems to lock resources after builds; preventing subsequent builds from completing.
This can be resolved by disabling node reuse:
http://stackoverflow.com/questions/3919892/msbuild-exe-staying-open-locking-files
This could also fix the previous problems of building in parallel?
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/544
Closing ticket as fixed.