Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.3.0
-
None
-
Windows 8.1 + VS 2013
Description
New Visual Studio 2013 comes with new MS Build tools v12.
> msbuild /ver
Microsoft (R) Build Engine version 12.0.21005.1
[Microsoft .NET Framework, version 4.0.30319.34003]
Copyright (C) Microsoft Corporation. All rights reserved.
12.0.21005.1
But windows8\bin\check_reqs.js fails since it expects the following output
>msbuild /ver
Microsoft (R) Build Engine version 4.0.30319.33440
[Microsoft .NET Framework, version 4.0.30319.34003]
Copyright (C) Microsoft Corporation. All rights reserved.
If I remove this check for particular msbuild version cordova-cli can successfully create windows8 template and then build it using MSBuild v12.