I tried creating an OAuth application and using both its name and clientid but neither worked (I get a bad credentials message instead).
Depending on the value of Application Name, I get an invalid format error.
The repository I'm trying to work against is within & owned by an Organization.
2017-03-30T18:29:33.2526410Z ##[error]System.ArgumentException: The path is not of a legal form.
2017-03-30T18:29:33.2526410Z ##[error] at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
2017-03-30T18:29:33.2526410Z ##[error] at System.IO.Path.InternalGetDirectoryName(String path)
2017-03-30T18:29:33.2526410Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.GetPathPrefix(String pattern)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.GetMatchingItems(List1 includePatterns, List1 excludePatterns, Boolean includeFiles, Boolean includeFolders)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.Core.FindFiles.FindMatchingFiles(String rootFolder, String matchPattern, Boolean includeFiles, Boolean includeFolders)
2017-03-30T18:29:33.2682527Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Task.Common.PowerShell.FindFilesCmdlet.ProcessRecord()
2017-03-30T18:29:33.2682527Z ##[error] at System.Management.Automation.CommandProcessor.ProcessRecord()
2017-03-30T18:29:33.4715116Z ##[error]Octokit.NotFoundException: Not Found
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.HandleErrors(IResponse response)
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.d51.MoveNext()
2017-03-30T18:29:33.4715116Z ##[error]--- End of stack trace from previous location where exception was thrown ---
2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-03-30T18:29:33.4715116Z ##[error] at Octokit.Connection.d501.MoveNext() 2017-03-30T18:29:33.4715116Z ##[error]--- End of stack trace from previous location where exception was thrown --- 2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 2017-03-30T18:29:33.4715116Z ##[error] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 2017-03-30T18:29:33.4869637Z ##[error] at Octokit.ApiConnection.<Post>d__171.MoveNext()
2017-03-30T18:29:33.4869637Z ##[error]{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}
I tried creating an OAuth application and using both its name and clientid but neither worked (I get a bad credentials message instead).
Depending on the value of Application Name, I get an invalid format error.
The repository I'm trying to work against is within & owned by an Organization.