diff --git a/src/dotnet/commands/dotnet-publish/PublishCommand.cs b/src/dotnet/commands/dotnet-publish/PublishCommand.cs index 017ab486f..abe835442 100644 --- a/src/dotnet/commands/dotnet-publish/PublishCommand.cs +++ b/src/dotnet/commands/dotnet-publish/PublishCommand.cs @@ -180,7 +180,7 @@ namespace Microsoft.DotNet.Tools.Publish return true; } - private Boolean InvokeBuildOnProject(ProjectContext context, String buildBasePath, String configuration) + private bool InvokeBuildOnProject(ProjectContext context, string buildBasePath, string configuration) { var args = new List() {