About 8,230,000 results
Open links in new tab
  1. appveyor - Package content hash validation failed, The package is ...

    The issue could be in packages.lock.json files which contain that hash. I'm not sure why NuGet on AppVeyor build workers gets different hashes. Try deleting lock files before restore to see if that …

  2. How to run appveyor.yml script locally? - Stack Overflow

    Mar 30, 2017 · I want to install mlpack in windows and I found the appveyor.yml script in github. Instead of following and executing each step manually, is there a way to run this script in my laptop? Like, …

  3. How can I get or download the app built (exe file) from appveyor after ...

    May 31, 2019 · 2 I builded an electron app on appveyor, because it uses native node module dependencies. I needed windows version of that app. After finishing the build process successfully, I …

  4. Newest 'appveyor' Questions - Stack Overflow

    AppVeyor provides build worker images for windows, linux and macos to run unit tests. So we can use the same appveyor.yml to control builds running on both these OS.

  5. python - Appveyor: how to run 2 jobs on Windows image and only one …

    Oct 19, 2018 · I want to test my python project on both Windows and Ubuntu. Fortunately Appveyor supports both systems since several months. On Windows I used to run a test for 32 bits and 64 bits …

  6. How do I download a file from a GitHub draft - Stack Overflow

    Now I would like to access those uploaded artifact from another AppVeyor project (i.e. an appveyor.yml script). I tried without success to download with AppVeyor DownloadFile command, curl, and wget …

  7. appveyor - Only build specified branches - Stack Overflow

    Mar 6, 2018 · I thought we had this nailed last week but this week it AppVeyor seems to have reverted to building on every branch. There are only two branches we want to build on -deploy/staging and …

  8. Finding location of AppVeyor built artifact for post_build action

    Finding location of AppVeyor built artifact for post_build action Asked 5 years, 10 months ago Modified 5 years, 10 months ago Viewed 183 times

  9. AppVeyor + OpenCover + xUnit - Build doesn't fail when tests fail

    Feb 9, 2018 · I created an AppVeyor Build Script that uses OpenCover and Coveralls.Net to run my xUnit tests and publish the code coverage to Coveralls.io. But when I have failing tests - AppVeyor …

  10. Setting AppVeyor's C++ Language Standard - Stack Overflow

    Jun 9, 2018 · I'm trying to use AppVeyor to build a Visual Studio 2017 project that uses some c++17 features. I have the project's language standard set to c++latest, so it compiles fine in my local Visual …