Bjornej / GruntLauncher

A vspackage that adds the possibility to launch Grunt tasks
MIT License
40 stars 11 forks source link

Added AppVeyor support #38

Closed madskristensen closed 9 years ago

madskristensen commented 9 years ago

By adding the AppVeyor.yml file, you automatically get these benefits after registering with AppVeyor (free):

  1. Automatic VSIX version number increment
  2. Pushing of artifacts
  3. Uploading the compiled .vsix to the http://vsixgallery.com as a place to keep nightly builds

You can see here how it looks after I tested the AppVeyor script on my fork http://vsixgallery.com/extension/cced4e72-2f8c-4458-b8df-4934677e4bf3/

madskristensen commented 9 years ago

Damn, the PR looks a little ugly. It just adds a single file to the root of your repo without touching the .sln file or anything else

Bjornej commented 9 years ago

Done, I've also added the status badge on the project homepage

madskristensen commented 9 years ago

Very cool!!!