4 references to OutputPath
Microsoft.DotNet.Build.Tasks.FileCatalog (4)
GenerateFileCatalog.cs (4)
32if (string.IsNullOrEmpty(OutputPath)) 38AbsolutePath outputPath = TaskEnvironment.GetAbsolutePath(OutputPath); 42Log.LogWarning("No files were provided - skipping catalog generation for '{0}'.", OutputPath); 82Log.LogMessage(MessageImportance.High, "Generated catalog with {0} file(s): {1}", Files.Length, OutputPath);