CommandLineBuilder.AppendTextUnquoted(String) Method

Definition

Appends a string. No quotes are added. This method does not append a space to the command line before executing.

C#
public void AppendTextUnquoted(string textToAppend);
C#
protected void AppendTextUnquoted(string textToAppend);

Parameters

textToAppend
String

The string to append

Examples

AppendTextUnquoted(@"Folder name\filename.cs") => "Folder name\filename.cs"

Remarks

In the future, this function may fixup 'textToAppend' to handle literal embedded quotes.

Applies to

Produto Versións
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17