1 write to Commit
Microsoft.DotNet.Build.Tasks.Feed (1)
src\BuildModelFactory.cs (1)
166
Commit
= manifestCommit,
8 references to Commit
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
519
modelFromItems.Identity.
Commit
.Should().Be(_testBuildCommit);
Microsoft.DotNet.VersionTools (7)
BuildManifest\Model\BuildIdentity.cs (5)
29
nameof(
Commit
)
65
get { return Attributes.GetOrDefault(nameof(
Commit
)); }
66
set { Attributes[nameof(
Commit
)] = value; }
244
if (!string.IsNullOrEmpty(
Commit
))
246
s += $" ({
Commit
})";
Dependencies\BuildManifest\OrchestratedBuildIdentityMatch.cs (1)
39
if (string.IsNullOrEmpty(Match.
Commit
))
Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs (1)
41
return match.Match.
Commit
;