Everytime a user executes a run on TeamCity, I want the TeamCity to prompt the user to enter certain parameters to be passed similiar to a custom run and if parameters are not passed, the build doesn't execute.
I understand custom run will allow this parameter passing but I want the parameter supplied condition to be met first before execution on a normal run, is this possible?