Implemented interface member:
method
PostCommitAsync
Microsoft.DotNet.VersionTools.Automation.GitHubApi.IGitHubClient.PostCommitAsync(Microsoft.DotNet.VersionTools.Automation.GitHubProject, System.String, System.String, System.String[])
1 reference to PostCommitAsync
Microsoft.DotNet.VersionTools (1)
Automation\GitHubVersionsRepoUpdater.cs (1)
142GitCommit commit = await client.PostCommitAsync(_project, message, tree.Sha, new[] { masterSha });