1 write to TestAsset
Microsoft.NET.TestFramework (1)
Commands\MSBuildCommand.cs (1)
37TestAsset = testAsset;
8 references to TestAsset
Microsoft.NET.TestFramework (8)
Commands\MSBuildCommand.cs (6)
75if (TestAsset != null) 77return new DirectoryInfo(OutputPathCalculator.FromProject(ProjectFile, TestAsset).GetOutputDirectory(targetFramework, configuration, runtimeIdentifier, platform)); 91if (TestAsset != null) 93return new DirectoryInfo(OutputPathCalculator.FromProject(ProjectFile, TestAsset).GetIntermediateDirectory(targetFramework, configuration, runtimeIdentifier)); 106if (TestAsset != null) 108return new DirectoryInfo(OutputPathCalculator.FromProject(ProjectFile, TestAsset).GetPackageDirectory(configuration));
Commands\PublishCommand.cs (2)
26if (TestAsset != null) 28return new DirectoryInfo(OutputPathCalculator.FromProject(ProjectFile, TestAsset).GetPublishDirectory(targetFramework, configuration, runtimeIdentifier, platformIdentifier));