Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
NAntXml
This module contains function which allow to trace build output
Nested types and modules
Type | Description |
NAntXmlTraceListener |
Implements a TraceListener which writes NAnt like XML files. |
Functions and values
Function or value | Description |
addXmlListener encoding xmlOutputFile
Signature: encoding:Encoding -> xmlOutputFile:string -> unit
|
Allows to register a new Xml listeners |
AutoCloseXmlWriter
Signature: bool
|
Specifies if the XmlWriter should close tags automatically |