No need of arguments
authorJuan Carlos Aguilera Mendez <juanam@microsoft.com>
Wed, 14 Mar 2018 19:10:28 +0000 (12:10 -0700)
committerJuan Carlos Aguilera Mendez <juanam@microsoft.com>
Wed, 14 Mar 2018 19:10:28 +0000 (12:10 -0700)
buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json

index 916d87b..eba2797 100644 (file)
       "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",
       "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",