Hacker News new | ask | show | jobs
by cssmoo 4104 days ago
> I could just build in exactly the same way, using the same solution/project files, on my dev box and my build server

Do you run VS on your production servers? Because that's where it will shit a brick because you forgot to install ASP.Net MVC KB123123213 but the IDE installed it as part of update 4. Etc etc...

This problem gets VERY deep.

2 comments

Do you run VS on your production servers?

Why would I have any build system installed on a production server?

For CI? Gotta run your builds somewhere, and a build agent is a production application.
What is CI?
Yeah, I prefer not to use the built in Visual Studio project templates. Best to always use bin deployed binaries explicitly installed from NuGet packages. In the future (later this year) we can also bin deploy the runtime (.NET Core) and base class library (Core FX).