7 references to OutputPath
Microsoft.DotNet.Build.Tasks.FileCatalog (7)
GenerateFileCatalog.cs (7)
28
if (string.IsNullOrEmpty(
OutputPath
))
36
Log.LogWarning("No files were provided - skipping catalog generation for '{0}'.",
OutputPath
);
40
if (File.Exists(
OutputPath
))
42
File.Delete(
OutputPath
);
68
string? directory = Path.GetDirectoryName(
OutputPath
);
74
builder.WriteTo(
OutputPath
);
75
Log.LogMessage(MessageImportance.High, "Generated catalog with {0} file(s): {1}", Files.Length,
OutputPath
);