TaskLoggingHelper.LogIncludeGeneratedFile(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a file generated from the given data.
public:
void LogIncludeGeneratedFile(System::String ^ filePath, System::String ^ content);
public void LogIncludeGeneratedFile (string filePath, string content);
member this.LogIncludeGeneratedFile : string * string -> unit
Public Sub LogIncludeGeneratedFile (filePath As String, content As String)
Parameters
- filePath
- String
The file path relative to the currecnt project.
- content
- String
The content of the file.