4 references to RunCommand
Microsoft.DotNet.SignTool (4)
src\VerifySignatures.cs (4)
61RunCommand($"ar x {filePath} --output {tempDir}"); 62RunCommand($"gpg --import {tempDir}/microsoft.asc"); 63RunCommand($"cat {tempDir}/debian-binary {tempDir}/control.tar.gz {tempDir}/data.tar.gz > {tempDir}/combined-contents"); 67string output = RunCommand($"gpg --verify {tempDir}/_gpgorigin {tempDir}/combined-contents", throwOnError: false);