3 writes to SourcePath
dotnet-MsiInstallation.Tests (3)
Framework\VMAction.cs (3)
94
SourcePath
= LocalSource,
116
SourcePath
= LocalSource,
137
SourcePath
= SourcePath,
8 references to SourcePath
dotnet-MsiInstallation.Tests (8)
Framework\VirtualMachine.cs (2)
365
var result = new RunExeCommand(Log, "robocopy", action.
SourcePath
, targetSharePath, "/mir")
373
var sourceSharePath = VMPathToSharePath(action.
SourcePath
);
Framework\VMAction.cs (6)
242
return $"Copy file to VM: {
SourcePath
} -> {TargetPath}";
244
return $"Copy folder to VM: {
SourcePath
} -> {TargetPath}";
246
return $"Move folder {
SourcePath
} -> {TargetPath}";
286
SourcePath
== action.
SourcePath
&&
308
hashcode.Add(
SourcePath
);