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