2 implementations of PatchReferenceAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
383
public async Task<GitReference>
PatchReferenceAsync
(GitHubProject project, string @ref, string sha, bool force)
Automation\VstsApi\VstsAdapterClient.cs (1)
361
public Task<GitReference>
PatchReferenceAsync
(
5 references to PatchReferenceAsync
Microsoft.DotNet.VersionTools (1)
BuildManifest\BuildManifestClient.cs (1)
250
await _github.
PatchReferenceAsync
(
Microsoft.DotNet.VersionTools.Tests (4)
BuildManifest\BuildManifestClientTests.cs (4)
82
.Setup(c => c.
PatchReferenceAsync
(proj, @ref, fakeNewCommitHash, false))
146
.Setup(c => c.
PatchReferenceAsync
(proj, @ref, fakeNewCommitHash, false))
233
.Setup(c => c.
PatchReferenceAsync
(proj, @ref, fakeNewCommitHash, false))
238
.Setup(c => c.
PatchReferenceAsync
(proj, @ref, fakeNewCommitHash, false))