Devops - VishalPatangay/My-devops-repo GitHub Wiki
Create a new folder locally and fork a project from Git to the local folder
-
add azuredevops extension with CLI az extension add --name azure-devops
-
az devops configure current organization and project az devops configure --defaults organization=https://dev.azure.com/vishalpat2004 project=NewDevopsProject-Test
-
Fork the project on the git to your local folder
-
Add a pipeline to your project
az pipelines create --name "First-Java.CI" --repository "gitProject" --repository-type github --branch master