summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Mac.json
diff options
context:
space:
mode:
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Mac.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Mac.json4
1 files 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"
}