we're using a few FinalBuilder-projects which fail validation, but work normally. All other projects pass validation. So it would be useful if validation could be turned off on a project-basis, not global. Is there any variable/define which could do that? If not, this might be considered a change request for further versions
We're using a build project which includes NSIS stuff, but we do not want to install NSIS on every machine (quite a lot).
When "Get TFS Build Parameters" fails we know that we are "local" and do not want to build the NSIS parts of the build. However, the fbp6 gets parsed and on most machines it raises an error saying "No Path to NSIS defined" (or similar). It is not possible to insert a dummy value, because it is checked, too.
When building on the server, NSIS parts should be executed.