DotNetMSBuildSettingsExtensions.

WithResponseFile(DotNetMSBuildSettings, FilePath) Method

Summary

Adds a response file to use.

Syntax

public static DotNetMSBuildSettings WithResponseFile(this DotNetMSBuildSettings settings, FilePath responseFile)

Remarks

A response file is a text file that is used to insert command-line switches. For more information see https://docs.microsoft.com/en-gb/visualstudio/msbuild/msbuild-response-files.

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
responseFile FilePath The response file to add.

Return Value

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