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