1 reference to WixPackInfo
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
143
_wixPacks = _itemsToSign.Where(w => WixPackInfo.IsWixPack(w.FullPath))?.Select(s => new
WixPackInfo
(s.FullPath)).ToList();