Unit tests are being run on AppVeyor which causes the build to fail
Closed this issue · 2 comments
ldilley commented
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.
ldilley commented
According to this appveyor.yml
template, you can specify a solution or project file in the build
section.
ldilley commented
The AppVeyor build is now passing.