Fix extract method code

The VS code generator is too opinionated on CLR types :)
This commit is contained in:
Mihai Codoban 2016-03-30 11:09:28 -07:00
parent d20e0d74f2
commit 829fab595e

View file

@ -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<string>()
{