2 references to AssemblyLocation
Microsoft.Build.Engine.UnitTests (2)
NetTaskHost_E2E_Tests.cs (2)
21
private static string TestAssetsRootPath { get; } = Path.Combine(
AssemblyLocation
, "TestAssets");
51
var customTaskAssemblyLocation = Path.GetFullPath(Path.Combine(
AssemblyLocation
, "..", RunnerUtilities.LatestDotNetCoreForMSBuild, "ExampleTask.dll"));