1 write to _psExecPath
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
47
if (!ToolsetInfo.TryResolveCommand("PsExec", out
_psExecPath
))
1 reference to _psExecPath
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
76
var remoteCommand = new RemoteCommand(Log, VMMachineName,
_psExecPath
, workingDirectory, args);