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