2 assignments to MSBuild property BootstrapDependsOn
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (2)
10<BootstrapDependsOn Condition="$(TargetFramework.StartsWith('net4'))">BootstrapFull</BootstrapDependsOn> 11<BootstrapDependsOn Condition="!$(TargetFramework.StartsWith('net4'))">BootstrapNetCore</BootstrapDependsOn>
1 usage of MSBuild property BootstrapDependsOn
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
20<Target Name="Bootstrap" DependsOnTargets="$(BootstrapDependsOn)"