2 writes to Branch
Microsoft.DotNet.Build.Tasks.Feed (1)
src\BuildModelFactory.cs (1)
225
Branch
= manifestBranch,
Microsoft.DotNet.VersionTools.Tests (1)
BuildManifest\ManifestModelTests.cs (1)
679
return new BuildModel(new BuildIdentity { Name = "SigningInformationBuildManifest", BuildId = "123",
Branch
= "refs/heads/Test",
6 references to Branch
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
422
modelFromItems.Identity.
Branch
,
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\BuildIdentity.cs (5)
26
nameof(
Branch
),
57
get { return Attributes.GetOrDefault(nameof(
Branch
)); }
58
set { Attributes[nameof(
Branch
)] = value; }
144
if (!string.IsNullOrEmpty(
Branch
))
146
s += $" on '{
Branch
}'";