5 writes to _resultUrl
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\MsDeploy\NormalizeServiceUrl.cs (5)
71
_resultUrl
= ConstructServiceUrlForDeployThruWMSVC(tempUrl);
77
_resultUrl
= ConstructServiceUrlForDeployThruAgentService(tempUrl);//through remote agent
84
_resultUrl
= string.Empty;//through in proc and don't need server name at all.
90
_resultUrl
= string.Concat("http://", tempUrl);
94
_resultUrl
= tempUrl;
1 reference to _resultUrl
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\NormalizeServiceUrl.cs (1)
60
get { return
_resultUrl
; }