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