2 implementations of GetCommitAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
292public async Task<GitCommit> GetCommitAsync(GitHubProject project, string sha)
Automation\VstsApi\VstsAdapterClient.cs (1)
277public async Task<GitCommit> GetCommitAsync(GitHubProject project, string sha)
1 reference to GetCommitAsync
Microsoft.DotNet.VersionTools (1)
Automation\PullRequestCreator.cs (1)
99GitCommit headCommit = await client.GetCommitAsync(