# Build VS.NET Solution - MSBuild with extra parameters are still used when MSBuild is disabled

**URL:** https://www.finalbuilder.com/forums/t/build-vs-net-solution-msbuild-with-extra-parameters-are-still-used-when-msbuild-is-disabled/6666
**Category:** Bugs
**Created:** [December 2, 2019, 10:25am UTC](https://www.finalbuilder.com/forums/t/build-vs-net-solution-msbuild-with-extra-parameters-are-still-used-when-msbuild-is-disabled/6666 "2019-12-02T10:25:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![heath1](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/h/ccd318/32.png) [@heath1](https://www.finalbuilder.com/forums/u/heath1)
#### Post date: [December 2, 2019, 10:25am UTC](https://www.finalbuilder.com/forums/t/build-vs-net-solution-msbuild-with-extra-parameters-are-still-used-when-msbuild-is-disabled/6666/1 "2019-12-02T10:25:55Z")

</div>

I found this issue in FinalBuilder 8.0.0.2629.

1. Modify an existing Build [VS.NET](http://VS.NET) Solution task
2. Build tab \> Check **Use MSBuild**
3. MSBuild tab \> Enter **Extra parameters**
4. Save
5. Edit the same task
6. Build tab \> Uncheck **Use MSBuild**
7. MSBuild tab \> Notice Extra parameters are still populated but greyed out.
8. Run a build, which may fail as MSBuild extra parameters are still applied.

Looks like a check for **Use MSBuild** is required when building command line.

Regards,  
Heath

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [December 3, 2019, 5:06am UTC](https://www.finalbuilder.com/forums/t/build-vs-net-solution-msbuild-with-extra-parameters-are-still-used-when-msbuild-is-disabled/6666/2 "2019-12-03T05:06:02Z")

</div>

Hi Heath

Thanks for the report, I can confirm this is the case, and it appears to be deliberate (it predates our last vcs switch so I can’t see the original checkin comment).

This property is also visible on the Action Inspector, so it may well be in use by people using devenv so removing it is not an option. I’ll most likely move the option to another tab as it clearly isn’t just for msbuild… I just have to find the real estate for it.
