Open graemeenglish opened 6 years ago
This also doesn't seem to cause the task to fail.
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 get a slightly different error with 6.3.1
2018-05-15T15:09:53.4145892Z > cordova build windows --bundle --archs="x86 x64 arm" --release --device
2018-05-15T15:09:54.0386577Z Error: Unknown platforms: x64, arm"
2018-05-15T15:09:54.0675603Z [ERROR] An error occurred while running cordova build windows --bundle --archs="x86 x64 arm" --release --device (exit code 1).
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"