From 829fab595e12d511759cf3c1af3e3b417bcd5347 Mon Sep 17 00:00:00 2001 From: Mihai Codoban Date: Wed, 30 Mar 2016 11:09:28 -0700 Subject: [PATCH] Fix extract method code The VS code generator is too opinionated on CLR types :) --- src/dotnet/commands/dotnet-publish/PublishCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {