4 references to ManifestsPath
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishBuildToMaestro.cs (4)
110if (!Directory.Exists(ManifestsPath) && !IsAssetlessBuild) 112Log.LogError($"Required folder '{ManifestsPath}' does not exist."); 127List<BuildModel> parsedManifests = LoadBuildModels(ManifestsPath, cancellationToken); 132$"No manifests found matching the search pattern {SearchPattern} in {ManifestsPath}");