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