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