diff --git a/test/dotnet-publish.Tests/PublishTests.cs b/test/dotnet-publish.Tests/PublishTests.cs index b1ea7c692..8aaf45919 100644 --- a/test/dotnet-publish.Tests/PublishTests.cs +++ b/test/dotnet-publish.Tests/PublishTests.cs @@ -106,7 +106,7 @@ namespace Microsoft.DotNet.Tools.Publish.Tests var publishCommand = new PublishCommand(testProject); publishCommand.Execute().Should().Pass(); - publishCommand.GetOutputDirectory(portable: True).Should().HaveFile("testcontentfile.txt"); + publishCommand.GetOutputDirectory(portable: true).Should().HaveFile("testcontentfile.txt"); } [Fact]