1 write to Log
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
41
Log
= log;
9 references to Log
dotnet-MsiInstallation.Tests (9)
Framework\VMControl.cs (9)
76
var remoteCommand = new RemoteCommand(
Log
, VMMachineName, _psExecPath, workingDirectory, args);
85
Log
.WriteLine("PsExec failed, retrying...");
121
Log
.WriteLine("Renaming snapshot " + snapshotId + " to " + newName);
147
Log
.WriteLine("Creating snapshot " + snapshotName);
162
Log
.WriteLine($"Created snapshot {snapshotName} ({newSnapshot.id})");
195
Log
.WriteLine($"Applying snapshot {snapshot.CimInstanceProperties["ElementName"].Value} ({snapshot.CimInstanceProperties["ConfigurationID"].Value})");
221
Log
.WriteLine($"Changing EnabledState from {getCurrentState()} to {targetState}");
235
Log
.WriteLine("Waiting for state change...");
260
Log
.WriteLine("Job failed: " + jobState);