apache / cordova-windows

[DEPRECATED] Apache Cordova Windows
Apache License 2.0
203 stars 171 forks source link

Support latest Visual Studio 2017 (15.9.x) #329

Closed janpio closed 5 years ago

janpio commented 5 years ago

Latest Visual Studio 2017 comes with MSBuild 15.9:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
λ msbuild -version -nologo
15.9.21.664

As we have a strangely hardcoded list of support MSBuild versions, this needs to be added to work.

janpio commented 5 years ago

Argh, failed after merge and turns out should have failed here as well - the AppVeyor build was red. Shit.