4 references to ComputerName
Microsoft.NET.Sdk.Publish.Tasks (4)
MsDeploy\VsMSDeployObject.cs (4)
73baseOptions.ComputerName = vSMSDeployObject.ComputerName; 77baseOptions.ComputerName = vSMSDeployObject.ComputerName; 369get { return string.IsNullOrEmpty(ComputerName) && string.IsNullOrEmpty(MSDeployServiceUrl); } 438if (!string.IsNullOrEmpty(MSDeployServiceUrl) && string.IsNullOrEmpty(ComputerName))