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