2 writes to Log
Microsoft.NET.TestFramework (2)
TestAsset.cs (2)
32
Log
= log;
43
Log
= log;
3 references to Log
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssetsDesignTimeTest.cs (1)
128
return (MSBuildCommand)new MSBuildCommand(testAsset.
Log
, targets, testAsset.TestRoot, relativeProjectPath)
Microsoft.NET.TestFramework (2)
Commands\DotnetBuildCommand.cs (1)
18
public DotnetBuildCommand(TestAsset testAsset, params string[] args) : this(testAsset.
Log
, args)
Commands\MSBuildCommand.cs (1)
35
: this(testAsset.
Log
, target, testAsset.TestRoot, relativePathToProject ?? testAsset.TestProject?.Name, requiredArgs)