From c88d598e38be175ddc9662e62bad4839cf3f3dfc Mon Sep 17 00:00:00 2001 From: Juan Carlos Aguilera Mendez Date: Wed, 14 Mar 2018 12:10:28 -0700 Subject: No need of arguments --- buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildpipeline') 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", -- cgit v1.2.3