4 references to BootstrapLocationAttribute
Microsoft.Build.UnitTests.Shared (4)
RunnerUtilities.cs (4)
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;