1 write to Commit
Microsoft.DotNet.VersionTools (1)
Dependencies\Submodule\SubmoduleDependencyInfo.cs (1)
90
Commit
= commit;
4 references to Commit
Microsoft.DotNet.VersionTools (4)
Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs (1)
67
return matchingInfo.
Commit
;
Dependencies\Submodule\SubmoduleDependencyInfo.cs (3)
93
public override string ToString() => $"{SimpleName}:{Ref} ({
Commit
})";
97
public string SimpleVersion =>
Commit
?.Substring(0, Math.Min(7,
Commit
.Length)) ?? "latest";