13 references to BootstrapRootPath
Microsoft.Build.BuildCheck.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.CommandLine.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.UnitTests (7)
NetTaskHost_E2E_Tests.cs (5)
56Path.Combine(RunnerUtilities.BootstrapRootPath, "net472", "MSBuild", "Current", "Bin", "Microsoft.Build.dll"), 67var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core"); 191var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core"); 214var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core"); 263var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core");
ProjectCache\ProjectCacheTests.cs (1)
1734string bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Framework.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Tasks.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Utilities.UnitTests (1)
TestAssemblyInfo.cs (1)
68var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);