summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 12:08:34 -0700
committerJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 12:08:34 -0700
commitfb54da529571a26eabd5ede6c4c54d20270eab45 (patch)
tree69ae9f08dd27f41b4bcf835ed3f517285bdcb35b /buildpipeline
parent126d73506fe64170930e1fed83f805f7a30606e6 (diff)
downloadcoreclr-fb54da529571a26eabd5ede6c4c54d20270eab45.tar.gz
coreclr-fb54da529571a26eabd5ede6c4c54d20270eab45.tar.bz2
coreclr-fb54da529571a26eabd5ede6c4c54d20270eab45.zip
Change after Begin/End approach
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
index c0fdfe4075..916d87bbfa 100644
--- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -90,7 +90,7 @@
"enabled": true,
"continueOnError": true,
"alwaysRun": false,
- "displayName": "Uninstall SCEP if script exists",
+ "displayName": "Run AgentTools/Begin.ps1",
"timeoutInMinutes": 0,
"condition": "succeededOrFailed()",
"task": {
@@ -102,7 +102,7 @@
"targetType": "inline",
"filePath": "",
"arguments": "-Action u -ToolsPath $(ScepToolsPath)",
- "script": "if (Test-Path \"$(ScepToolsPath)SCEP_Tools\\scripts\\Microsoft.DotNet.Build.Tasks.Extensions.ps1\") {\n \"Microsoft.DotNet.Build.Tasks.Extensions.ps1 script found. Executing action...\"\n & $(ScepToolsPath)SCEP_Tools\\scripts\\Microsoft.DotNet.Build.Tasks.Extensions.ps1 -Action u -ToolsPath $(ScepToolsPath)\n} else {\n \"Microsoft.DotNet.Build.Tasks.Extensions.ps1 script does not exist. Moving on...\"\n}",
+ "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",
"ignoreLASTEXITCODE": "true",
@@ -135,7 +135,7 @@
"enabled": true,
"continueOnError": true,
"alwaysRun": true,
- "displayName": "Install SCEP if script exists",
+ "displayName": "Run AgentTools/End.ps1",
"timeoutInMinutes": 0,
"condition": "succeededOrFailed()",
"task": {
@@ -147,7 +147,7 @@
"targetType": "inline",
"filePath": "",
"arguments": "-Action i -ToolsPath $(ScepToolsPath)",
- "script": "if (Test-Path \"$(ScepToolsPath)SCEP_Tools\\scripts\\Microsoft.DotNet.Build.Tasks.Extensions.ps1\") {\n \"Microsoft.DotNet.Build.Tasks.Extensions.ps1 script found. Executing action...\"\n & $(ScepToolsPath)SCEP_Tools\\scripts\\Microsoft.DotNet.Build.Tasks.Extensions.ps1 -Action i -ToolsPath $(ScepToolsPath)\n} else {\n \"Microsoft.DotNet.Build.Tasks.Extensions.ps1 script does not exist. Moving on...\"\n}",
+ "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",
"ignoreLASTEXITCODE": "true",
@@ -342,9 +342,9 @@
"CrossgenArg": {
"value": ""
},
- "ScepToolsPath": {
- "value": "c:\\tools\\"
- }
+ "AgentToolsPath": {
+ "value": "c:\\tools\\AgentTools\\"
+ },
},
"retentionRules": [
{