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