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