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