MSBuildSettingsExtensions.

WithTarget(MSBuildSettings, string) Method

Summary

Adds a MSBuild target to the configuration.

Syntax

public static MSBuildSettings WithTarget(this MSBuildSettings settings, string target)

Parameters

Name Type Description
settings MSBuildSettings The settings.
target string The MSBuild target.

Return Value

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