Pushing file to a repository using from Azure DevOps Pipeline
I have an azure devops pipeline that checks out two repositories with the following command resources: repositories: - repository: 'essentials' type : 'git' name : 'ic-essentials' steps: - checkout: self persistCredentials: true - checkout: 'essentials' note essentials is a different…