Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1A4318C73 for ; Tue, 21 Jul 2015 13:38:14 +0000 (UTC) Received: (qmail 59489 invoked by uid 500); 21 Jul 2015 13:38:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 59470 invoked by uid 500); 21 Jul 2015 13:38:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 59455 invoked by uid 99); 21 Jul 2015 13:38:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 13:38:05 +0000 Date: Tue, 21 Jul 2015 13:38:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9159) Fix Windows Phone 8.1 deploy when 'window-target-version' is 10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9159?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1463511= 3#comment-14635113 ]=20 ASF GitHub Bot commented on CB-9159: ------------------------------------ Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/91 > Fix Windows Phone 8.1 deploy when 'window-target-version' is 10.0 > ----------------------------------------------------------------- > > Key: CB-9159 > URL: https://issues.apache.org/jira/browse/CB-9159 > Project: Apache Cordova > Issue Type: Bug > Components: Windows > Reporter: Sergey Grebnov > Assignee: Sergey Grebnov > Labels: windows, windows-phone > > I'm using the following configuration to upgrade desktop app to Windows10= and continue using 8.1 for Windows Phone target. > {code} > > > {code} > Deploy to Phone fails as it incorrectly tries to find and deploy Windows1= 0 package > {code} > =CE=BB cordova run windows -- --phone > Running command: cmd "/s /c "C:\temp\winDeployTest\platforms\windows\cord= ova\run.bat --phone"" > MSBuildToolsPath: C:\Program Files (x86)\MSBuild\14.0\bin\amd64\ > Building project: C:\temp\winDeployTest\platforms\windows\CordovaApp.Phon= e.jsproj > Configuration : debug > Platform : anycpu > CordovaApp.Phone -> C:\temp\winDeployTest\platforms\windows\AppPackages= \CordovaApp.Phone_0.0.1.0_anyc > pu_debug_Test\CordovaApp.Phone_0.0.1.0_anycpu_debug.appx > CordovaApp.Phone -> C:\temp\winDeployTest\platforms\windows\AppPackages= \CordovaApp.Phone_0.0.1.0_anyc > pu_debug.appxupload > Your package has been successfully created. > ERROR: Package with specified parameters not found in AppPackages folder > ERROR running one or more of the platforms: Error: cmd: Command failed wi= th exit code 2 > You may not have the required environment or OS to run this project > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org