1 reference to PowerShellCommand
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
688
var startInfo = new ProcessStartInfo(
PowerShellCommand
, $"-NoProfile -NonInteractive -EncodedCommand {encodedCommand}")