FragLand/terracord

Unit tests are being run on AppVeyor which causes the build to fail

Closed this issue · 2 comments

AppVeyor is attempting to run unit tests while building Terracord. This is resulting in a build failure on AppVeyor (for example: https://ci.appveyor.com/project/ldilley/terracord/builds/31788530). I believe this is caused by the build section in appveyor.yml which will build all projects in a solution by default. I am uncertain why this has not occurred in previous builds.

According to this appveyor.yml template, you can specify a solution or project file in the build section.

The AppVeyor build is now passing.