MSBuildSettingsExtensions.

SetIncludeSymbols(MSBuildSettings, bool) Method

Summary

Sets whether or not a symbol package should be created.

Syntax

public static MSBuildSettings SetIncludeSymbols(this MSBuildSettings settings, bool includeSymbols)

Parameters

Name Type Description
settings MSBuildSettings The settings.
includeSymbols bool true if a symbol package should be created; otherwise false.

Return Value

Type Description
MSBuildSettings The same MSBuildSettings instance so that multiple calls can be chained.