1 write to Commit
Microsoft.DotNet.Build.Manifest (1)
BuildModelFactory.cs (1)
166Commit = manifestCommit,
6 references to Commit
Microsoft.DotNet.Build.Manifest (5)
BuildIdentity.cs (5)
29nameof(Commit) 65get { return Attributes.GetOrDefault(nameof(Commit)); } 66set { Attributes[nameof(Commit)] = value; } 244if (!string.IsNullOrEmpty(Commit)) 246s += $" ({Commit})";
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
513modelFromItems.Identity.Commit.Should().Be(_testBuildCommit);