There is a Bug with VS 2013 . You cannot run the builds with shelve set . You can see by default “What do you want to build” field is disabled
To fix this issue we needs to install one of the hotfix which is provided by Microsoft. Here is the link for that
http://download.microsoft.com/download/6/C/D/6CD8507E-E11A-46DC-AE13-663ECAB66E18/VS12-KB2898341.exe
Note: You needs to stop the all Visual Studio instances while installing and after installation completed you should restarts the VM to affect these changes
Now you will get the “What do you want to build” field is enabled
Happy Coding :)