Merge pull request #1240 from dotnet/brthor/stream_forwarding_changes
Stream Forwarding Changes.
This commit is contained in:
commit
0b27dba299
14 changed files with 231 additions and 159 deletions
|
@ -58,7 +58,8 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
var buildCmd = new BuildCommand(testProject, output: outputDir, framework: DefaultFramework);
|
||||
var result = buildCmd.ExecuteWithCapturedOutput();
|
||||
result.Should().Pass();
|
||||
Assert.Contains("CA1018", result.StdOut);
|
||||
|
||||
Assert.Contains("CA1018", result.StdErr);
|
||||
}
|
||||
|
||||
private void CopyProjectToTempDir(string projectDir, TempDirectory tempDir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue