15 references to BootstrapRootPath
Microsoft.Build.BuildCheck.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.CommandLine.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Engine.UnitTests (9)
NetTaskHost_E2E_Tests.cs (7)
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"); 236var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core"); 286var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core"); 307var coreDirectory = Path.Combine(RunnerUtilities.BootstrapRootPath, "core");
ProjectCache\ProjectCacheTests.cs (1)
1733string bootstrapCorePath = Path.Combine(RunnerUtilities.BootstrapRootPath, "core", Constants.DotnetProcessName);
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Framework.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Tasks.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);
Microsoft.Build.Utilities.UnitTests (1)
TestAssemblyInfo.cs (1)
212var bootstrapCorePath = Path.Combine(Path.Combine(RunnerUtilities.BootstrapRootPath, "core"), Constants.DotnetProcessName);