You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I'm trying to supply the archs parameter as below but am getting the following error
2018-03-26T08:35:41.2617854Z > cordova build windows --bundle --archs="x86 x64 arm" --release --device
2018-03-26T08:35:42.7469043Z (node:4980) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid attribute predicate
2018-03-26T08:35:42.7469799Z (node:4980) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Hi @graemeenglish --first things first--if you're using a version of Cordova other than 6.3.1, this is an unsupported scenario (that's the only version Visual Studio and by extension vsts-cordova-tasks supports). Please let me know.
I'm trying to supply the archs parameter as below but am getting the following error
Command: cordova build windows
Arguments: --prod --device -- --bundle --archs="x86 x64 arm" --release
The following works fine outside of VSTS in a command window:
ionic cordova build windows --device -- --release --bundle --archs="x86 x64 arm"
The text was updated successfully, but these errors were encountered: