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