5 ms·
> 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
by cssmoo 12y 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.
- michielvoo 12y agoYeah, 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).
- O____________O 12y agoDo you run VS on your production servers? Why would I have any build system installed on a production server?
- snuxoll 12y agoFor CI? Gotta run your builds somewhere, and a build agent is a production application.
- O____________O 11y agoWhat is CI?