2 writes to Type
Microsoft.DotNet.Build.Tasks.Installers (2)
src\RpmBuilder.cs (1)
35Type = 0, // Binary package
src\RpmLead.cs (1)
36lead.Type = BinaryPrimitives.ReadInt16BigEndian(stream.ReadExactly(2));
2 references to Type
Microsoft.DotNet.Build.Tasks.Installers (2)
src\RpmLead.cs (2)
53BinaryPrimitives.WriteInt16BigEndian(beBytes, Type); 72return $"{Name} {Major}.{Minor} {Type} Arch({Architecture}) OS({OperatingSystem}) Sig({SignatureType})";