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