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