3 usages of MSBuild property UpdateUrl
MSBuildFiles (3)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
411
<_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(
UpdateUrl
)</_DeploymentUrl>
414
<_DeploymentUrl Condition="!('$(
UpdateUrl
)'=='') and '$(Install)'=='false'"></_DeploymentUrl>
422
<_DeploymentUrl Condition="'$(
UpdateUrl
)'=='' and !('$(Install)'=='true' and '$(UpdateEnabled)'=='true')"></_DeploymentUrl>