1 write to TestAssetsRoot
Microsoft.NET.TestFramework (1)
TestAssetsManager.cs (1)
27TestAssetsRoot = testAssetsDirectory;
4 references to TestAssetsRoot
dotnet.Tests (1)
CommandTests\Sdk\Check\GivenDotnetSdkCheck.cs (1)
31fakeReleasesPath = Path.Combine(_testAssetsManager.TestAssetsRoot, "TestReleases", "TestRelease");
Microsoft.NET.TestFramework (3)
AspNetSdkTest.cs (1)
64foreach (string assetPath in Directory.EnumerateFiles(Path.Combine(_testAssetsManager.TestAssetsRoot, "WasmOverride")))
TestAssetsManager.cs (2)
138project.Create(testAsset, TestAssetsRoot); 163string testProjectDirectory = Path.Combine(TestAssetsRoot, testAssetSubdirectory, testProjectName);