3 references to IsAppBundle
Microsoft.DotNet.SignTool (3)
src\Configuration.cs (1)
420
else if (FileSignInfo.IsPkg(file.FullPath) || FileSignInfo.
IsAppBundle
(file.FullPath))
src\FileSignInfo.cs (1)
87
internal bool IsAppBundle() =>
IsAppBundle
(FileName);
src\ZipData.cs (1)
69
else if (FileSignInfo.IsPkg(archivePath) || FileSignInfo.
IsAppBundle
(archivePath))