[TIMOB-20050] Windows: Combine Windows 8.1 and Windows 10 SDK build artifacts for release
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-30T14:29:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-11-23T15:45:21.000+0000 |
Updated | 2016-02-19T22:39:17.000+0000 |
Description
We have separate builds of the SDK done against Win 8.1 and Win 10. We need to package both versions up into a single zip that is used in the main SDK.
We can't just mash together the two zips, as we need to adjust where the WIn10 builds get packaged up in the final zip. Right now they're under store/x86 and store/ARM. They probably should be under something like "win10/x86" and win10"ARM" since they're supposed to be universal for Win10 store/phone.
PR was merged to produce the win10 artifacts to specific location in the zip file. We still need to generate a unified zip with both 8.1 and 10 artifacts...
The titanium_mobile_windows build now fires off two sub-builds one for Win 8.1 and one for Win 10 and then combines the artifacts together: http://studio-jenkins.appcelerator.org/job/titanium_mobile_windows/ We need to fix a compiler warning on Windows 10, and tehre are other tickets about getting unit tests running on Win 10
Verified using: Windows 10 Pro VS 2015 Update 1 Appc NPM: 4.2.3-2 Appc Core: 5.2.0-269 Ti SDK: 5.2.0.v20160219124528 Windows 10 and Windows 8.1 artifacts are seen in the SDK Closing ticket