Implemented interface member:
method
PatchReferenceAsync
Microsoft.DotNet.VersionTools.Automation.GitHubApi.IGitHubClient.PatchReferenceAsync(Microsoft.DotNet.VersionTools.Automation.GitHubProject, System.String, System.String, System.Boolean)
1 reference to PatchReferenceAsync
Microsoft.DotNet.VersionTools (1)
Automation\GitHubVersionsRepoUpdater.cs (1)
145await client.PatchReferenceAsync(_project, masterRef, commit.Sha, force: false);