Add the Project to the Repository
Learn how to add the automation code to the repository of the Azure DevOps project.
We'll cover the following...
When running tests in Azure DevOps, the following must be part of an Azure DevOps project:
- The automation code
- The automation pipeline
- The virtual machine
Our code is still hosted on the local machine.
We need to add it to the repository of the Azure DevOps project. This is done in 2 parts, the first in the Azure DevOps project and the second in Command Prompt. ...