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