2 writes to Log
Microsoft.NET.TestFramework (2)
TestAsset.cs (2)
32Log = log; 43Log = log;
3 references to Log
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssetsDesignTimeTest.cs (1)
128return (MSBuildCommand)new MSBuildCommand(testAsset.Log, targets, testAsset.TestRoot, relativeProjectPath)
Microsoft.NET.TestFramework (2)
Commands\DotnetBuildCommand.cs (1)
18public 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)