3 usages of MSBuild property UpdateUrl
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
475
<_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(
UpdateUrl
)</_DeploymentUrl>
478
<_DeploymentUrl Condition="!('$(
UpdateUrl
)'=='') and '$(Install)'=='false'"></_DeploymentUrl>
486
<_DeploymentUrl Condition="'$(
UpdateUrl
)'=='' and !('$(Install)'=='true' and '$(UpdateEnabled)'=='true')"></_DeploymentUrl>