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