4 usages of MSBuild property ArtifactsBinDir
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.UnitTests.Shared.csproj (1)
38
<TestBootstrapBinaryDestination>$(
ArtifactsBinDir
)bootstrap\core</TestBootstrapBinaryDestination>
MSBuildFiles (3)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.props (1)
6
<BootstrapDestination>$(
ArtifactsBinDir
)bootstrap\</BootstrapDestination>
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (1)
232
<InstallDir>$(
ArtifactsBinDir
)bootstrap\core\</InstallDir>
D\a\_work\1\s\bin_\repo\msbuild\src\BuildCheck.UnitTests\TestAssets\Common\CommonTest.props (1)
8
<ArtifactsNonShippingPackagesDir>$(
ArtifactsBinDir
)Microsoft.Build.BuildCheck.UnitTests\CustomChecks</ArtifactsNonShippingPackagesDir>