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