summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-Trusted-Publish.json
diff options
context:
space:
mode:
authorCesar Soares Lucas <disoares@microsoft.com>2018-04-02 14:49:12 -0700
committerCesar Soares Lucas <disoares@microsoft.com>2018-04-02 14:49:12 -0700
commitc1142249bba77bc3bbe35d7806d9dc0eafaed535 (patch)
treec0786a8049eb6f8d6d81856caca54f3d10247f29 /buildpipeline/DotNet-Trusted-Publish.json
parent2583ce936776a0eac31df904e41d5119840c203b (diff)
downloadcoreclr-c1142249bba77bc3bbe35d7806d9dc0eafaed535.tar.gz
coreclr-c1142249bba77bc3bbe35d7806d9dc0eafaed535.tar.bz2
coreclr-c1142249bba77bc3bbe35d7806d9dc0eafaed535.zip
Adding Begin/End definitions. Formatting correctly.
Diffstat (limited to 'buildpipeline/DotNet-Trusted-Publish.json')
-rw-r--r--buildpipeline/DotNet-Trusted-Publish.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/buildpipeline/DotNet-Trusted-Publish.json b/buildpipeline/DotNet-Trusted-Publish.json
index 8cff0ee820..eb24555a53 100644
--- a/buildpipeline/DotNet-Trusted-Publish.json
+++ b/buildpipeline/DotNet-Trusted-Publish.json
@@ -3,6 +3,30 @@
{
"environment": {},
"enabled": true,
+ "continueOnError": true,
+ "alwaysRun": false,
+ "displayName": "Run AgentTools/Begin.ps1",
+ "timeoutInMinutes": 0,
+ "condition": "succeededOrFailed()",
+ "task": {
+ "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
+ "versionSpec": "2.*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "targetType": "inline",
+ "filePath": "",
+ "arguments": "",
+ "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",
+ "workingDirectory": ""
+ }
+ },
+ {
+ "environment": {},
+ "enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Install Signing Plugin",
@@ -479,6 +503,30 @@
"definitionType": "task"
},
"inputs": {}
+ },
+ {
+ "environment": {},
+ "enabled": true,
+ "continueOnError": true,
+ "alwaysRun": true,
+ "displayName": "Run AgentTools/End.ps1",
+ "timeoutInMinutes": 0,
+ "condition": "succeededOrFailed()",
+ "task": {
+ "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
+ "versionSpec": "2.*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "targetType": "inline",
+ "filePath": "",
+ "arguments": "",
+ "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",
+ "workingDirectory": ""
+ }
}
],
"options": [