haacked / Rothko

An abstracted library for interacting with the file system, registry, etc.
MIT License
81 stars 18 forks source link

Fix running tests in build script. #29

Closed pmacn closed 9 years ago

pmacn commented 9 years ago

Update FAKE.Core Remove download of FAKE.Core in build.cmd. Binaries were both being checked in and downloaded on each script run so I opted for leaving them checked in. Update build script to use xUnit2Helper

pmacn commented 9 years ago

If we'd rather have nuget download fake each time I can change it to do that and remove the checked in binaries instead. Just took this approach as it currently wasn't downloading binaries for xunit and it was doing both for FAKE.

pmacn commented 9 years ago

Also had a commit after this one that added the changes you had in the other PR but figured you should just be able to rebase that once this is in and you should be set.

pmacn commented 9 years ago

Looks like I might have missed something AppVeyor specific, will have a look

pmacn commented 9 years ago

Seems unrelated. It just needs to restore packages before running msbuild. Guess adding the NuGet package restore build task would do the trick as well.

haacked commented 9 years ago

selfie-0