1 declaration of MSBuild target BootstrapFull
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
66
<Target Name="
BootstrapFull
" DependsOnTargets="CleanBootstrapFolder;SetBinPaths;GatherNuGetDependencies">
2 usages of MSBuild target BootstrapFull
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
10
<BootstrapDependsOn Condition="$(TargetFramework.StartsWith('net4'))">
BootstrapFull
</BootstrapDependsOn>
D\a\_work\1\s\bin_\repo\msbuild\eng\TestAssets.targets (1)
21
AfterTargets="
BootstrapFull
"