How is the value of $(""MSBuildBinPath"") determined for command-line build scenarios?


When using msbuild.exe, the value of $(""MSBuildBinPath"") will be the full path of the directory where msbuild.exe is running from. Currently, there's no way to override this.
Microsoft Communities