2 implementations of PostTreeAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
314public async Task<GitTree> PostTreeAsync(GitHubProject project, string baseTree, GitObject[] tree)
Automation\VstsApi\VstsAdapterClient.cs (1)
339public Task<GitTree> PostTreeAsync(GitHubProject project, string baseTree, GitObject[] tree)
4 references to PostTreeAsync
Microsoft.DotNet.VersionTools (1)
BuildManifest\BuildManifestClient.cs (1)
236GitTree tree = await _github.PostTreeAsync(
Microsoft.DotNet.VersionTools.Tests (3)
BuildManifest\BuildManifestClientTests.cs (3)
61.Setup(c => c.PostTreeAsync( 127.Setup(c => c.PostTreeAsync( 225.Setup(c => c.PostTreeAsync(proj, fakeCommitHash, It.IsAny<GitObject[]>()))