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