8 references to GitHubContents
Microsoft.DotNet.VersionTools (8)
Automation\GitHubApi\GitHubClient.cs (4)
65public async Task<GitHubContents> GetGitHubFileAsync( 76return await DeserializeSuccessfulAsync<GitHubContents>(response); 86GitHubContents file = await GetGitHubFileAsync(path, branch.Project, $"heads/{branch.Name}"); 102GitHubContents file = await GetGitHubFileAsync(path, project, @ref);
Automation\GitHubApi\IGitHubClient.cs (1)
13Task<GitHubContents> GetGitHubFileAsync(
Automation\VstsApi\VstsAdapterClient.cs (3)
67public Task<GitHubContents> GetGitHubFileAsync( 81GitHubContents file = await GetGitHubFileAsync(path, branch.Project, $"heads/{branch.Name}"); 97GitHubContents file = await GetGitHubFileAsync(path, project, @ref);