summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJC Aguilera <juanam@microsoft.com>2018-03-21 09:15:23 -0700
committerGitHub <noreply@github.com>2018-03-21 09:15:23 -0700
commit58a8a17e006fa87f6a79089e81cd528231b3a90f (patch)
treed33ddf3645acd27e440df23146b4baee0d127e29 /buildpipeline
parent16f287e132edc42384032bc0f1005f523a7eac06 (diff)
downloadcoreclr-58a8a17e006fa87f6a79089e81cd528231b3a90f.tar.gz
coreclr-58a8a17e006fa87f6a79089e81cd528231b3a90f.tar.bz2
coreclr-58a8a17e006fa87f6a79089e81cd528231b3a90f.zip
Change directory in AgentTools tasks
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
index 6473066d5f..58c2b7eda2 100644
--- a/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -17,7 +17,7 @@
"targetType": "inline",
"filePath": "",
"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}",
+ "script": "if (Test-Path \"$(AgentToolsPath)\\Begin.ps1\") {\n \"Begin.ps1 script found. Executing...\"\n cd $(AgentToolsPath)\n & $(AgentToolsPath)\\Begin.ps1\n} else {\n \"Begin.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",
"ignoreLASTEXITCODE": "true",
@@ -214,7 +214,7 @@
"targetType": "inline",
"filePath": "",
"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}",
+ "script": "if (Test-Path \"$(AgentToolsPath)\\End.ps1\") {\n \"End.ps1 script found. Executing...\"\n cd $(AgentToolsPath)\n & $(AgentToolsPath)\\End.ps1\n} else {\n \"End.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",
"ignoreLASTEXITCODE": "true",
@@ -423,4 +423,4 @@
"revision": 418098432,
"visibility": "organization"
}
-} \ No newline at end of file
+}