DotNetMSBuildSettingsExtensions.

WithProperty(DotNetMSBuildSettings, string, string[]) Method

Summary

Adds a property to the configuration.

Syntax

public static DotNetMSBuildSettings WithProperty(this DotNetMSBuildSettings settings, string name, params string[] values)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
name string The property name.
values string[] The property values.

Return Value

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