summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 12:10:28 -0700
committerJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 12:10:28 -0700
commitc88d598e38be175ddc9662e62bad4839cf3f3dfc (patch)
treee22829ca9510956f204e887f6d90a41fc03e0dd0 /buildpipeline
parentfb54da529571a26eabd5ede6c4c54d20270eab45 (diff)
downloadcoreclr-c88d598e38be175ddc9662e62bad4839cf3f3dfc.tar.gz
coreclr-c88d598e38be175ddc9662e62bad4839cf3f3dfc.tar.bz2
coreclr-c88d598e38be175ddc9662e62bad4839cf3f3dfc.zip
No need of arguments
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
index 916d87bbfa..eba279737f 100644
--- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -101,7 +101,7 @@
"inputs": {
"targetType": "inline",
"filePath": "",
- "arguments": "-Action u -ToolsPath $(ScepToolsPath)",
+ "arguments": "",
"script": "if (Test-Path \"$(AgentToolsPath)\\Begin.ps1\") {\n \"Begin.ps1 script found. Executing...\"\n & $(AgentToolsPath)\\Begin.ps1\n} else {\n \"Begin.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",
@@ -146,7 +146,7 @@
"inputs": {
"targetType": "inline",
"filePath": "",
- "arguments": "-Action i -ToolsPath $(ScepToolsPath)",
+ "arguments": "",
"script": "if (Test-Path \"$(AgentToolsPath)\\End.ps1\") {\n \"End.ps1 script found. Executing...\"\n & $(AgentToolsPath)\\End.ps1\n} else {\n \"End.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",