Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active February 13, 2016 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/7f70bd592499351b81df to your computer and use it in GitHub Desktop.
Save justinyoo/7f70bd592499351b81df to your computer and use it in GitHub Desktop.
CI/CD with AppVeyor
dnu restore test -f https://www.myget.org/F/aspnet-contrib/api/v3/index.json
cd test\AppVeyorSample.Tests
dnx test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment