rprouse / GitHubExtension

A visual studio extension for interacting with GitHub.
MIT License
34 stars 10 forks source link

Force a build error if the Secrets.cs file is not updated #63

Closed sharwell closed 9 years ago

rprouse commented 9 years ago

That is a good idea. I wonder if we could do it with pragmas or something?

sharwell commented 9 years ago

This is going to be interesting WRT the automatic build.

rprouse commented 9 years ago

That is why I was thinking of some sort of pragma warning or something. I'll take a look at what is available.

The AppVeyor builds are currently failing now anyway. The Visual Studio SDK isn't installed. Any ideas for that?

rprouse commented 9 years ago

I merged this manually and changed the #error to #warning so that it won't fail the AppVeyor builds. Hopefully that is enough to twig people in :smile:

Thanks