Pull Request Merge Conflict es una buena extensión, permite solucionar errores de merge desde el editor web integrado. Con esto nos evitamos movernos del navegador hacia el IDE de desarrollo para solucionar dichos conflictos.
Introduccion a Azure DevOps
Bienvenida a Azure DevOps
Prerrequisitos
¿Qué es DevOps?
Conociendo Azure DevOps
Creando una cuenta en Azure DevOps
Portal y configuración
Creando un proyecto y analizando portal
Creando una organización
Configurando una organización
Analizando aspectos de seguridad
Boards y repositorios
Creando Board y Sprints
Creando tickets
Creando e importando repositorios
Creando ramas y pull request
Integración continua y despliegue continuo
Creando un pipeline
Configurando pipelines
Utilizando releases
Desplegando en Azure
Analizando integración continua y despliegue continuo
Azure DevOps MarketPlace
Cierre curso
Recapitulación del curso
You don't have access to this class
Keep learning! Join and start boosting your career
Azure DevOps is positioned as a revolutionary tool, facilitating developers and enterprises from planning to automatic deployment of projects through its integrated features of Continuous Integration and Continuous Deployment. However, its base functionality can be extended even further, thanks to its integration with the Azure DevOps Marketplace. This space offers several extensions that simplify and optimize multiple processes, some free, others paid, and originated by Microsoft or third parties. Undoubtedly, the marketplace becomes an invaluable resource to customize and improve any DevOps project.
Exploring the Azure DevOps Marketplace is to enter a world of possibilities to enhance our workflow:
Browsing the Marketplace allows us to customize the execution and development of our projects by adapting tools to our specific needs.
One of the most interesting extensions is Report Generator, intended for projects with unit tests. This tool is notable for:
Report Generator reveals how much of the code is covered by tests, helping to evaluate the effectiveness and robustness of the tests.
The installation of Report Generator is simple. It is done directly from the Azure DevOps Marketplace:
Once installed, when running a `.NET project with a suitable pipeline, the "Code Coverage" tab appears to view the generated reports.
This extension adapts to multiple technologies and offers:
Integrating extensions not only enhances the internal Azure DevOps experience, but also increases its operational capability:
The use of Marketplace tools, such as Report Generator, expands the native capabilities of Azure DevOps. It incorporates and enables customized and scalable solutions, adjusting to each phase of development, demonstrating that the potential of Azure DevOps continues to grow with each added extension. Thus, it invites you to continue exploring and learning new methods to optimize project management, continue learning and revolutionize your development workflows with Azure DevOps!
Contributions 6
Questions 0
Pull Request Merge Conflict es una buena extensión, permite solucionar errores de merge desde el editor web integrado. Con esto nos evitamos movernos del navegador hacia el IDE de desarrollo para solucionar dichos conflictos.
También tiene integración con herramientas de la propia suite de Microsoft, como teams; creo que sin dudas Microsoft apunta a ser el rey del Devops y del desarrollo en la nube en un futuro próximo 👀
Azure DevOps MarketPlace: Nos permite potencializar las funciones que trae por defecto Azure DevOps.Existen muchísimas extensiones para Visual Studio, Visual Studio Code, y Azure DevOps. Pagas , Gratuitas o de Suscripción.
ReportGenerator: Es una extensión de Azure DevOps que nos ayuda a generar un reporte para pruebas unitarias y poder generar el reporte de la cobertura para conocer su porcentaje.
Es bueno saber que se pueden descargar mas paquetes, gracias Miguel.
Want to see more contributions, questions and answers from the community?