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