hoffi/gulp-msbuild

build arguments "/target: target" is broken by the latest fix

Closed this issue · 3 comments

the latest commit d9b41af693b4cae7ed78004ce56f0579f6d760b0 broke msbuild

error: The target "Clean;Build" does exist in project.

before v0.2.10, the command was: msbuild "targetProjectPath" /target:Clean;Build ...
after: msbuild "targetProjectPath" /target:"Clean;Build" ...

the quotes around targets may be the problem

bapti commented

I can confirm this is also the case with my builds

hoffi commented

Hey, sorry for this. v0.2.11 should fix this.
Thanks to @dfal #19

All systems go!

Thanks for the rapid response. Love you guys.