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