From 47dc0bc17f6961b4199d2e9f51b7d578907438cf Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Fri, 10 Nov 2017 19:41:08 -0600 Subject: Move '-all' from filename to args in Mac build (#14990) --- buildpipeline/DotNet-CoreClr-Trusted-Mac.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json index 7419f9609b..93af797f3c 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-Mac.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-Mac.json @@ -12,8 +12,8 @@ "definitionType": "task" }, "inputs": { - "filename": "$(Agent.BuildDirectory)/s/clean.sh -all", - "arguments": "", + "filename": "$(Agent.BuildDirectory)/s/clean.sh", + "arguments": "-all", "workingFolder": "", "failOnStandardError": "false" } -- cgit v1.2.3