Fix the compile Test
This commit is contained in:
parent
2106bb9295
commit
ff888a70a4
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
var buildCmd = new BuildCommand(testProject, output: outputDir);
|
||||
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…
Reference in a new issue