From 448c98b500dfb99ed509bcbf782512235e0b1bf6 Mon Sep 17 00:00:00 2001 From: Viktor Benei Date: Mon, 25 Jan 2016 15:56:49 +0100 Subject: [PATCH] is_clean_build : default set to "no" --- step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.yml b/step.yml index 2e6e91b..bce37ed 100644 --- a/step.yml +++ b/step.yml @@ -55,7 +55,7 @@ inputs: is_required: true is_expand: true is_dont_change_value: false - - is_clean_build: "yes" + - is_clean_build: "no" opts: title: "Do a clean Xcode build before testing?" value_options: