5 references to BootstrapLocationAttribute
Microsoft.Build.UnitTests.Shared (5)
RunnerUtilities.cs (5)
26public static string BootstrapMsBuildBinaryLocation => BootstrapLocationAttribute.BootstrapMsBuildBinaryLocation; 28public static string BootstrapSdkVersion => BootstrapLocationAttribute.BootstrapSdkVersion; 30public static string BootstrapRootPath => BootstrapLocationAttribute.BootstrapRoot; 32public static string LatestDotNetCoreForMSBuild => BootstrapLocationAttribute.LatestDotNetCoreForMSBuild; 74string pathToExecutable = Path.Combine(BootstrapMsBuildBinaryLocation, "sdk", BootstrapLocationAttribute.BootstrapSdkVersion, Constants.MSBuildExecutableName);