2 references to UserAgent
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\MsDeploy\MSDeploy.cs (2)
1004
if (!string.IsNullOrEmpty(
UserAgent
))
1006
commandLine.AppendSwitchUnquotedIfNotNull("-userAgent=", string.Concat("\"",
UserAgent
, "\""));