Coder Social home page Coder Social logo

Comments (5)

raphinesse avatar raphinesse commented on May 30, 2024 1

Sure! Seems sensible, judging from what you wrote above. If a fair amount of tests are affected, you might even want to factor above snippet out into a function, so you only have a one-liner in the affected tests. Something like skipIfUsingVS2017().

from cordova-windows.

janpio avatar janpio commented on May 30, 2024

Reason behind this is probably that VS17 does not support building for Windows 8.1 any more, so by fixing the VS detector to pick up the correct VS17 install, we broke the 8.1 builds that still are always tested.

Solution might be to separate the Win10 and Win8.1 tests and only run the matching ones?

from cordova-windows.

janpio avatar janpio commented on May 30, 2024

Another solution might be to use pending similar to

if (process.env.APPVEYOR_BUILD_WORKER_IMAGE === 'Visual Studio 2017') {
pending('This test is broken for VS 2017 on AppVeyor');
}
in all the Windows 8.1 tests. Does that make sense @raphinesse?

from cordova-windows.

janpio avatar janpio commented on May 30, 2024

Currently working on splitting the tests in Win8.1 and Win10 batches, then using pending on them to get rid of the failures. Additionally I will add another build with explicit MSBUILDDIR set to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin - so future changes on the discovery logic will pop up earlier.

from cordova-windows.

janpio avatar janpio commented on May 30, 2024

Build is green :D

from cordova-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.