2 implementations of PostCommitAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
334public async Task<GitCommit> PostCommitAsync(
Automation\VstsApi\VstsAdapterClient.cs (1)
344public Task<GitCommit> PostCommitAsync(
4 references to PostCommitAsync
Microsoft.DotNet.VersionTools (1)
BuildManifest\BuildManifestClient.cs (1)
241GitCommit commit = await _github.PostCommitAsync(
Microsoft.DotNet.VersionTools.Tests (3)
BuildManifest\BuildManifestClientTests.cs (3)
74.Setup(c => c.PostCommitAsync( 138.Setup(c => c.PostCommitAsync( 229.Setup(c => c.PostCommitAsync(proj, message, fakeTreeHash, It.IsAny<string[]>()))