1 write to Commit
Microsoft.DotNet.Build.Manifest (1)
BuildModelFactory.cs (1)
166
Commit
= manifestCommit,
6 references to Commit
Microsoft.DotNet.Build.Manifest (5)
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
})";
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
513
modelFromItems.Identity.
Commit
.Should().Be(_testBuildCommit);