1 assignment to MSBuild property InstallDir
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
218<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)
221<InstallDotNetCoreTask DotNetInstallScriptRootPath="$(DotNetRoot)" InstallDir="$(InstallDir)" Version="$(BootstrapSdkVersion)"/> 233DestinationFolder="$(InstallDir)sdk\$(BootstrapSdkVersion)\" 237DestinationFiles="@(FreshlyBuiltNetBinaries->'$(InstallDir)sdk\$(BootstrapSdkVersion)\%(RecursiveDir)%(Filename)%(Extension)')" />