1 assignment to MSBuild property InstallDir
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
219
<
InstallDir
>$(ArtifactsBinDir)bootstrap\core\</InstallDir>
3 usages of MSBuild property InstallDir
MSBuildFiles (3)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (3)
222
<InstallDotNetCoreTask DotNetInstallScriptRootPath="$(DotNetRoot)" InstallDir="$(
InstallDir
)" Version="$(BootstrapSdkVersion)"/>
234
DestinationFolder="$(
InstallDir
)sdk\$(BootstrapSdkVersion)\"
238
DestinationFiles="@(FreshlyBuiltNetBinaries->'$(
InstallDir
)sdk\$(BootstrapSdkVersion)\%(RecursiveDir)%(Filename)%(Extension)')" />