Compile and run tests with:
xbuild Conduit.sln && xbuild build.xml /t:TestAll
Or (Windows):
"/c/Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" Conduit.sln && "/c/Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe" build /target:TestAll
curl -v https://ci.appveyor.com/api/roles -H "Authorization: Bearer $TOKEN"
Where TOKEN
can be found on your profile.
curl -v https://ci.appveyor.com/api/projects/ben-biddington/Conduit -H "Authorization: Bearer $TOKEN" | python -m json.tool