[TIMOB-25587] Windows: Avoid deleting build directory each time
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2018-05-15T04:04:49.000+0000 |
| Affected Version/s | Release 7.0.0 |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2017-12-07T00:26:02.000+0000 |
| Updated | 2018-05-15T04:04:49.000+0000 |
Description
Windows build wipes out the directory and rebuilds each time. We should be able to re-use existing project directory and stop wiping it out on each build, which should improve build time.
https://github.com/appcelerator/titanium_mobile_windows/pull/1165
Marks this invalid, this worked as expected.