BinaryLogger.ProjectImportsCollectionMode Enum

Definition

Describes whether to collect the project files (including imported project files) used during the build. If the project files are collected they can be embedded in the log file or as a separate zip archive.

public: enum class BinaryLogger::ProjectImportsCollectionMode
public enum BinaryLogger.ProjectImportsCollectionMode
type BinaryLogger.ProjectImportsCollectionMode = 
Public Enum BinaryLogger.ProjectImportsCollectionMode
Inheritance
BinaryLogger.ProjectImportsCollectionMode

Fields

Embed 1

Embed all project files directly in the log file.

None 0

Don't collect any files during the build.

ZipFile 2

Create an external .ProjectImports.zip archive for the project files.

Applies to