共用方式為


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

Name Value Description
None 0

Don't collect any files during the build.

Embed 1

Embed all project files directly in the log file.

ZipFile 2

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

Applies to