4 references to BootstrapLocationAttribute
Microsoft.Build.UnitTests.Shared (4)
RunnerUtilities.cs (4)
24
public static string BootstrapMsBuildBinaryLocation =>
BootstrapLocationAttribute
.BootstrapMsBuildBinaryLocation;
26
public static string BootstrapSdkVersion =>
BootstrapLocationAttribute
.BootstrapSdkVersion;
28
public static string BootstrapRootPath =>
BootstrapLocationAttribute
.BootstrapRoot;
78
msbuildParameters = Path.Combine(BootstrapMsBuildBinaryLocation, "sdk",
BootstrapLocationAttribute
.BootstrapSdkVersion, Constants.MSBuildAssemblyName) + " " + msbuildParameters;