1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
31
_scriptPath
= scriptPath;
2 references to _scriptPath
Infrastructure.Tests (2)
PowerShellScripts\PowerShellCommand.cs (2)
70
$"Command execution timed out after {_timeout!.Value.TotalSeconds} secs: pwsh {
_scriptPath
}",
193
"-File", $"\"{
_scriptPath
}\""