3 references to RunCommand
Microsoft.DotNet.SignTool (3)
src\VerifySignatures.cs (3)
55RunCommand($"cat {debianBinary} {controlTar} {dataTar} > {tempDir}/combined-contents"); 278RunCommand($"gpg --import {keyPath}"); 286string output = RunCommand($"gpg --verify {signatureFile} {contentFile}", throwOnError: false);