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