3 references to ExtractCallParams
dotnet.Tests (3)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (2)
571
installer.
ExtractCallParams
.Count().Should().Be(1);
572
installer.
ExtractCallParams
[0].Item1.Should().Be(Path.Combine(offlineCache, $"{manifestId}.manifest-{featureBand}.3.0.0.nupkg"));
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
191
ExtractCallParams
.Add((nupkgPath, targetPath));