Build errors involving NUnit dll
So I was trying out AppVeyor for a project and my initial build and everything went fine through kiln and git. I got a green check and everything was ok.
Then inside that same project I added some NUnit testing in a class, and properly referenced the dll in the project too, and everything builds and compiled fine in VS2012.
The error happens after I commit and push everything to kiln and try to build through AppVeyor, it only gets 2 seconds into the build and throws a failure in every location that uses anything from the NUnit.framework.dll.
I still really enjoy this product, but I wish I could get through this. Any help would be highly appreciated!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 22 Oct, 2013 12:28 AM
Hi Beau,
Make sure NUnit.Framework.dll is committed into repo or NuGet restore enabled for solution.
-Feodor
2 Posted by Beau Witter on 22 Oct, 2013 08:52 PM
Thanks Feodor,
Your suggestions helped me see that I was referencing the dll in my program files as opposed to the dll that was local to the project. After fixing this and cleaning my project up I was able to build and run without any problems!
Thanks again!
Support Staff 3 Posted by Feodor Fitsner on 22 Oct, 2013 08:52 PM
Cool, thanks for the update!
Feodor Fitsner closed this discussion on 22 Oct, 2013 08:52 PM.