"Cannot validate argument on parameter 'Repository'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again." #15
Hi, I am trying to run this task in a YAML pipeline. I have left the "Repository" value as default ($(Build.Repository.Name)) but it returns the error: Cannot validate argument on parameter 'Repository'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. I've also tried the name of the repo itself. Is there a solution to this? Thanks
Hi, I am trying to run this task in a YAML pipeline. I have left the "Repository" value as default ($(Build.Repository.Name)) but it returns the error: Cannot validate argument on parameter 'Repository'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. I've also tried the name of the repo itself. Is there a solution to this? Thanks