use c# boolean syntax
This commit is contained in:
parent
dc13951871
commit
fe676e7bc6
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
||||||
var publishCommand = new PublishCommand(testProject);
|
var publishCommand = new PublishCommand(testProject);
|
||||||
|
|
||||||
publishCommand.Execute().Should().Pass();
|
publishCommand.Execute().Should().Pass();
|
||||||
publishCommand.GetOutputDirectory(portable: True).Should().HaveFile("testcontentfile.txt");
|
publishCommand.GetOutputDirectory(portable: true).Should().HaveFile("testcontentfile.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue