Base:
method
GenerateCommandLineCommands
Microsoft.Build.Utilities.ToolTask.GenerateCommandLineCommands()
2 references to GenerateCommandLineCommands
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\MsDeploy\MSDeploy.cs (2)
482return string.Concat("\"", GenerateFullPathToTool(), "\" ", GenerateCommandLineCommands()); 491return GenerateCommandLineCommands();