How to define the environment variable MSBuild[ver]Path

Hi,

I’m using Visual Studio 2019 and Final Builder 8(latest release 2550).

And, I’m trying to use MSBuild(with Build VS.Net Solution) for the action “Publish”, because it complains that devenv.exe cannot use that action. But, when I place a checkmark for “Use MSBuild”, I get the following error: “MSBuild Location: The selected version of MSBuild [v16.0] was not found. Set a windows Environment variable “MSBuild[ver]Path” to enable FinalBuilder to find it.”

What should be the variable name, for it to work? I tried multiple combinations(i.e.: MSBuild[v16.0]Path, MSBuildv16.0Path, MSBuild16.0Path, MSBuild16Path), but no success.

Daniel

It should be MSBuild16Path - note this should be a windows environment variable, not a FinalBuilder variable, and you need to restart FinalBuilder after adding the variable.

Thanks for the information. That worked.

Maybe add an example in the message that is displayed, or at least in the help, would be great. Along with the message that FinalBuilder needs to be restarted if it is still open, when adding the environment variable.

Again thanks.