1 implementation of ExtractManifestAsync
dotnet-aot (1)
parent\dotnet\Commands\Workload\Install\FileBasedManifestInstaller.cs (1)
39public async Task ExtractManifestAsync(string nupkgPath, string targetPath)
1 reference to ExtractManifestAsync
dotnet-aot (1)
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
219await _workloadManifestInstaller.ExtractManifestAsync(packagePath, adManifestPath);