Add NuGet restore packages command to build |
[edit] I also ended up having to add a pointer to the solution file in the build settings to get the automated builds on checkin to work correctly:
Add solution file to AppVeyor build settings |
Next, I am going to get CodeCov integration working. It is based on OpenCover and is another free resource for Open Source projects. I am having some trouble with the command line version of MSTest, so it isn't a tonight thing.
Keep your code clean and covers on!