I want to make a build configuration that deploys to our dev server and runs every test (fast and short).
I have a build configuration for doing a production deploy (no tests) but I want to modify it so the production deploy first triggers a dev deploy with tests and then it continues onto production deploy.
I dont want to put dev deploy/testing inside the production configuration, i want it to trigger another configuration and cancel if that configuration fails.
Can this be done?