Fix extract method code
The VS code generator is too opinionated on CLR types :)
This commit is contained in:
parent
d20e0d74f2
commit
829fab595e
1 changed files with 1 additions and 1 deletions
|
@ -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>()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue