1 write to m_lastCommandLine
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\MSDeploy.cs (1)
1018
m_lastCommandLine
= commandLine.ToString();
2 references to m_lastCommandLine
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\MsDeploy\MSDeploy.cs (2)
1021
Log.LogMessage(Framework.MessageImportance.Low, string.Concat("\"", GenerateFullPathToTool(), "\" ",
m_lastCommandLine
));
1022
return
m_lastCommandLine
;