2 references to AssemblyLocation
Microsoft.Build.BuildCheck.UnitTests (2)
EndToEndTests.cs (2)
38
private static string TestAssetsRootPath { get; } = Path.Combine(
AssemblyLocation
, "TestAssets");
909
string checksPackagesPath = Path.Combine(Directory.GetParent(
AssemblyLocation
)?.Parent?.FullName ?? string.Empty, "CustomChecks");