Tag: devops

  • Self-hosted Azure DevOps agents in docker

    With more of our codebase moving to dotnet core, we can begin to see real cost savings from its multi-platform nature. We no longer required Windows only build agents, which means less rental costs and actual scalable infrastructure. Here’s how I recently moved a client’s self-hosted Azure DevOps agents to linux docker containers. Create the…