BinaryLogger.ProjectImportsCollectionMode Enum
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.
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. |