DEV Community

Discussion on: What are the current challenges that prevent DevOps adoption? Let's list

Collapse
 
ssimontis profile image
Scott Simontis

You are correct. I think it is a mixture of two things though. The code quality creates a challenging situation: not sure how much you know about ASP.NET, but this site is an old website application where it doesn't have a project file, so it is more difficult to invoke MSBuild and a lot of templates for building .NET projects provided by build systems aren't applicable.

I also think that the demos and tutorials that are presented on DevOps are too simplistic and highlight ideal cases. Who knows, maybe it really is as easy as some of the demos make it seem. I just always seem to hit some edge case n one else encounters.