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