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