You are tasked with deploying an ASP.NET Core application. Which tool or service would help automate the process of getting new code from a developer's machine to a production environment?

  • Jenkins
  • Docker
  • Azure DevOps
  • Visual Studio Code
Azure DevOps is a comprehensive tool for automating the deployment pipeline. It facilitates the automation of code deployment from a developer's machine to a production environment, making it a valuable choice for ASP.NET Core application deployment.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *