C/C++ developers often find transitioning to continuous integration (CI) challenging due to the unfamiliarity with CI servers and tools for managing dependencies and binaries. Microsoft’s Azure DevOps and TFS offer a familiar environment for these developers, but integrating CI servers with build management tools can be cumbersome, often requiring complex shell commands. To streamline this process, the JFrog Artifactory Extension for Azure DevOps and TFS has been introduced, enabling easy integration with the Artifactory binary repository manager. This extension now includes support for Conan, an open-source package manager for C/C++ developers, facilitating tasks such as running Conan commands, resolving dependencies, and publishing build metadata within Azure DevOps. By configuring Azure DevOps to use Artifactory with Conan tasks, developers can automate their builds and manage binaries more efficiently. Additionally, the extension supports various build types beyond C/C++, like npm for JavaScript and Maven for Java, offering comprehensive build and dependency management capabilities.