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