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