[TIMOB-18151] Packaging the app onto Windows platform fails with invalid deploy type
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-12-08T19:07:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.1.0 |
| Components | CLI |
| Labels | n/a |
| Reporter | Praveen Innamuri |
| Assignee | Christopher Williams |
| Created | 2014-12-08T18:16:07.000+0000 |
| Updated | 2017-03-16T22:49:53.000+0000 |
Description
Running the below command to package a mobile app onto Windows platform fails with invalid deploy type error, though we pass in "production" when the target is set to dist-phonestore.
titanium --sdk 3.6.0.v20141202110913 --no-colors --no-progress-bars --no-prompt build --platform
windows --log-level trace --sdk 3.6.0.v20141202110913 --project-dir C:\Users\Ajay\Work\runtime-
appcelerator.studio.all\DefaultApp --target dist-phonestore --deploy-type production --output-dir
C:\Users\Ajay\Work --wp-publisher-guid a206-e287fd94a929 --skip-js-minify --no-color
Looks CLI is looking for only test and development deploy types even for distribution builds.
https://github.com/appcelerator/titanium_mobile_windows/pull/3
There are an SDK fix. contact to superhenrex@gmail.com
Closing ticket as fixed.