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 332a017ff98fb4e96da263ab8069853dbf39afe3 Author: Jan Piotrowski <[email protected]> AuthorDate: Thu Jan 25 17:04:38 2018 +0100 add build target override `8.1` (8.1-win + 8.1-phone) --- template/cordova/lib/build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js index 5a2934d..2f3ef8d 100644 --- a/template/cordova/lib/build.js +++ b/template/cordova/lib/build.js @@ -81,6 +81,8 @@ module.exports.getBuildTargets = function (isWinSwitch, isPhoneSwitch, projOverr // apply build target override if one was specified if (projOverride) { switch (projOverride.toLowerCase()) { + case '8.1': + return [projFiles.win, projFiles.phone]; case '8.1-phone': return [projFiles.phone]; case '8.1-win': -- 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]
