use c# boolean syntax

This commit is contained in:
Bryan Thornbury 2016-09-21 11:51:13 -07:00
parent dc13951871
commit fe676e7bc6

View file

@ -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]