BinaryLogger.ExtractFilePathFromParameters(String) Method

Definition

Extracts the file path from binary logger parameters string. This is a helper method for processing multiple binlog parameters.

public:
 static System::String ^ ExtractFilePathFromParameters(System::String ^ parameters);
public static string ExtractFilePathFromParameters(string parameters);
static member ExtractFilePathFromParameters : string -> string
Public Shared Function ExtractFilePathFromParameters (parameters As String) As String

Parameters

parameters
String

The parameters string (e.g., "output.binlog" or "output.binlog;ProjectImports=None")

Returns

The resolved file path, or "msbuild.binlog" if no path is specified

Applies to