MSBuildSettingsExtensions.

WithGetTargetResult(MSBuildSettings, string) Method

Summary

Adds a target to retrieve the result.

Syntax

public static MSBuildSettings WithGetTargetResult(this MSBuildSettings settings, string name)

Parameters

Name Type Description
settings MSBuildSettings The settings.
name string The name of the target to retrieve the result.

Return Value

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