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