3 writes to Branch
NuGet.Packaging (3)
Core\RepositoryMetadata.cs (1)
19
Branch
= branch;
NuspecReader.cs (1)
420
repository.
Branch
= GetAttributeValue(node, "branch") ?? string.Empty;
PackageCreation\Authoring\ManifestReader.cs (1)
447
repository.
Branch
= repositoryBranch?.Value ?? string.Empty;
5 references to Branch
NuGet.Packaging (5)
Core\RepositoryMetadata.cs (3)
71
Branch
== other.
Branch
&&
81
combiner.AddObject(
Branch
);
PackageCreation\Xml\PackageMetadataXmlExtensions.cs (2)
302
if (!string.IsNullOrEmpty(repository?.
Branch
))
304
attributeList.Add(new XAttribute(NuspecUtility.RepositoryBranch, repository!.
Branch
!));