4 references to GetAdvertisingManifestPath
dotnet (4)
Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (4)
128var advertisedPath = GetAdvertisingManifestPath(_sdkFeatureBand, new ManifestId(WorkloadManifestUpdater.WorkloadSetManifestId)); 218var adManifestPath = GetAdvertisingManifestPath(_sdkFeatureBand, manifestId); 291var manifestPath = Path.Combine(GetAdvertisingManifestPath(_sdkFeatureBand, manifestId), "WorkloadManifest.json"); 301var adManifestFeatureBandPath = Path.Combine(GetAdvertisingManifestPath(_sdkFeatureBand, manifestId), "AdvertisedManifestFeatureBand.txt");