Hi! I'm trying out the new Build.Preview feature from my OnPrem TFS 2015 RC and i can't find out if i can disable tests for a specific build.
Just like we could do with the XAML build version where there was a boolean named "Disable Tests". I tried creating a variable named RunTest (like the old TFS 2010 build script <RunTest>true</RunTest>) wich i allowed at queue time but didn't worked.
Is there a way do to so at queue time?
I wish there is an easy way wich is not:
1- Disable build step in build definition
2- Queue build
3- Re-enable build step in build definition
This would make the Build definition history a mess...