[TIMOB-19031] Windows: Update Ti.buildHash and Ti.buildDate properties on CI build
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-06-22T18:50:48.000+0000 |
| Affected Version/s | Release 4.1.0 |
| Fix Version/s | Release 4.1.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Kota Iguchi |
| Assignee | Christopher Williams |
| Created | 2015-06-16T07:27:42.000+0000 |
| Updated | 2017-03-20T22:06:10.000+0000 |
Description
Titanium build properties such as
Ti.version, Ti.buildDate and Ti.buildHash are not updated on each build. It returns placeholder string for now. (See [TiModule.cpp#L32](https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/Ti/src/TiModule.cpp#L32)), should be integrated with CI build.
Closing ticket as fixed.