XBuildSettingsExtensions.

WithTarget(XBuildSettings, string) Method

Summary

Adds a XBuild target to the configuration.

Syntax

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

Parameters

Name Type Description
settings XBuildSettings The settings.
target string The XBuild target.

Return Value

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