4 writes to Sha
Microsoft.DotNet.VersionTools (1)
Automation\VstsApi\VstsAdapterClient.cs (1)
290
Sha
= o["commitId"].Value<string>(),
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 });
4 references to Sha
Microsoft.DotNet.VersionTools (4)
Automation\GitHubVersionsRepoUpdater.cs (1)
145
await client.PatchReferenceAsync(_project, masterRef, commit.
Sha
, force: false);
Automation\PullRequestCreator.cs (2)
179
oldCommit.
Sha
);
199
$"Discarded [`{oldCommit.
Sha
.Substring(0, 7)}`]({oldCommit.HtmlUrl}): " +
BuildManifest\BuildManifestClient.cs (1)
253
commit.
Sha
,