2 implementations of ExtractManifestAsync
dotnet (2)
Commands\Workload\Install\FileBasedInstaller.cs (1)
657public Task ExtractManifestAsync(string nupkgPath, string targetPath)
Commands\Workload\Install\FileBasedManifestInstaller.cs (1)
39public async Task ExtractManifestAsync(string nupkgPath, string targetPath)
2 references to ExtractManifestAsync
dotnet (2)
Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
219await _workloadManifestInstaller.ExtractManifestAsync(packagePath, adManifestPath);
Commands\Workload\InstallingWorkloadCommand.cs (1)
413await _workloadInstaller.ExtractManifestAsync(downloadedPackagePath, Path.Combine(extractedManifestsPath, download.Id));