5 references to GetRemoteFile
dotnet-MsiInstallation.Tests (5)
MsiInstallerTests.cs (4)
191
VM.
GetRemoteFile
(installStatePath).Should().Exist();
193
VM.
GetRemoteFile
(installStatePath).Should().NotExist();
340
VM.
GetRemoteFile
(Path.Combine(manifestIdPath, "WorkloadManifest.json"))
345
VM.
GetRemoteFile
(Path.Combine(manifestVersionPath, "WorkloadManifest.json"))
WorkloadSetTestsBase.cs (1)
29
var versionsFile = VM.
GetRemoteFile
(remoteFilePath, mustExist: true);