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