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