MSBuildSettingsExtensions.

WithRestore(MSBuildSettings) Method

Summary

Invoke the Restore target before any other target.

Syntax

public static MSBuildSettings WithRestore(this MSBuildSettings settings)

Parameters

Name Type Description
settings MSBuildSettings The setting.

Return Value

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