1 write to TestAssetDir
Microsoft.Build.EndToEnd.Tests (1)
TestAssetsFixture.cs (1)
36TestAssetDir = Path.Combine(Path.GetDirectoryName(typeof(TestSolutionAssetsFixture).Assembly.Location) ?? AppContext.BaseDirectory, "TestAssets");
2 references to TestAssetDir
Microsoft.Build.EndToEnd.Tests (2)
MultithreadedExecution_Tests.cs (1)
36_testAssetDir = testAssetFixture.TestAssetDir;
TestAssetsFixture.cs (1)
44string projectPath = Path.Combine(TestAssetDir, asset.ProjectPath);