3 usages of MSBuild property InstallUrl
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
476
<_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(
InstallUrl
)</_DeploymentUrl>
492
<_DeploymentApplicationUrl Condition="'$(IsWebBootstrapper)'=='true'">$(
InstallUrl
)</_DeploymentApplicationUrl>
493
<_DeploymentApplicationUrl Condition="'$(IsWebBootstrapper)'=='true' and '$(
InstallUrl
)'==''">$(PublishUrl)</_DeploymentApplicationUrl>