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