summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavis Goodin <dagood@users.noreply.github.com>2017-11-10 19:41:08 -0600
committerGitHub <noreply@github.com>2017-11-10 19:41:08 -0600
commit47dc0bc17f6961b4199d2e9f51b7d578907438cf (patch)
tree3878acd62db4217f90fa01f2a31d17976fbdbc8a
parent3a68b293275d4efbd1f9ad00b077c055f780bb00 (diff)
downloadcoreclr-47dc0bc17f6961b4199d2e9f51b7d578907438cf.tar.gz
coreclr-47dc0bc17f6961b4199d2e9f51b7d578907438cf.tar.bz2
coreclr-47dc0bc17f6961b4199d2e9f51b7d578907438cf.zip
Move '-all' from filename to args in Mac build (#14990)
-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"
}