This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-CB-13829 in repository https://gitbox.apache.org/repos/asf/cordova-windows.git
commit e2790a5e884046fed31d991162de8d844fb102d2 Author: Jan Piotrowski <[email protected]> AuthorDate: Thu Jan 25 17:05:01 2018 +0100 add test for new override --- spec/e2e/endtoend.spec.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js index f4b8bd0..49484ea 100644 --- a/spec/e2e/endtoend.spec.js +++ b/spec/e2e/endtoend.spec.js @@ -90,6 +90,12 @@ describe('Cordova create and build', function () { _expectExist(/.*Phone.*\.appxupload/); }); + it('spec.2c should build 8.1 win + phone project', function () { + shell.exec(buildScriptPath + ' --appx=8.1', {silent: silent}); + _expectExist(/.*Windows.*\.appxupload/); + _expectExist(/.*Phone.*\.appxupload/); + }); + // --archs it('spec.3 should build project for particular CPU', function () { -- To stop receiving notification emails like this one, please contact [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
