1 write to TestAsset
Microsoft.NET.TestFramework (1)
Commands\DotnetBuildCommand.cs (1)
20
TestAsset
= testAsset;
4 references to TestAsset
Microsoft.NET.TestFramework (4)
Commands\DotnetBuildCommand.cs (4)
34
Debug.Assert(
TestAsset
?.TestProject?.Name != null);
35
var projectPath = Path.Combine(
TestAsset
.Path,
TestAsset
.TestProject.Name);
36
return new DirectoryInfo(OutputPathCalculator.FromProject(projectPath,
TestAsset
)