Method WriteToFile
WriteToFile(string, bool)
Writes json file for the build layout to the destination path
Declaration
public void WriteToFile(string destinationPath, bool prettyPrint)
Parameters
Type | Name | Description |
---|---|---|
string | destinationPath | File path to write build layout |
bool | prettyPrint | If json should be written using pretty print |