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