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