4 instantiations of GitCommit
Microsoft.DotNet.VersionTools (1)
Automation\VstsApi\VstsAdapterClient.cs (1)
288return new GitCommit
Microsoft.DotNet.VersionTools.Tests (3)
BuildManifest\BuildManifestClientTests.cs (3)
79.ReturnsAsync(() => new GitCommit { Sha = fakeNewCommitHash }); 143.ReturnsAsync(() => new GitCommit { Sha = fakeNewCommitHash }); 230.ReturnsAsync(() => new GitCommit { Sha = fakeNewCommitHash });
13 references to GitCommit
Microsoft.DotNet.VersionTools (13)
Automation\GitHubApi\GitHubClient.cs (4)
292public async Task<GitCommit> GetCommitAsync(GitHubProject project, string sha) 299return await DeserializeSuccessfulAsync<GitCommit>(response); 334public async Task<GitCommit> PostCommitAsync( 355return await DeserializeSuccessfulAsync<GitCommit>(response);
Automation\GitHubApi\IGitHubClient.cs (2)
62Task<GitCommit> GetCommitAsync( 75Task<GitCommit> PostCommitAsync(
Automation\GitHubVersionsRepoUpdater.cs (1)
142GitCommit commit = await client.PostCommitAsync(_project, message, tree.Sha, new[] { masterSha });
Automation\PullRequestCreator.cs (3)
99GitCommit headCommit = await client.GetCommitAsync( 174GitCommit oldCommit, 226GitCommit headCommit,
Automation\VstsApi\VstsAdapterClient.cs (2)
277public async Task<GitCommit> GetCommitAsync(GitHubProject project, string sha) 344public Task<GitCommit> PostCommitAsync(
BuildManifest\BuildManifestClient.cs (1)
241GitCommit commit = await _github.PostCommitAsync(