alexdresko / HSPI

HomeSeer plugin helper framework
MIT License
11 stars 11 forks source link

Build fix #86

Closed alexdresko closed 6 years ago

alexdresko commented 6 years ago

Couldn't build on my machine, so had to make these changes. It's been almost a year since I've compiled this project.

This all started because https://github.com/alexdresko/HSPI/issues/85 which was actually because AppVeyor now only holds onto artifacts (the VSIX in this case) for X days, and https://marketplace.visualstudio.com/items?itemName=thealexdresko.HomeSeerTemplates-18379 was linking directly to VSIX on AppVeyor's servers. So basically 404'd anyone who tried to download the extension.

After this is merged into master, I'll update the extension on the market place.

alexdresko commented 6 years ago

Probably not a lot here that will make sense to you, @zshall, but I do want to have someone else skim it before I push this into production. The HSPI nuget package which is also part of this project is being updated with the latest CommandLineParser version, so that'll affect anyone who pulls my package.