|
1 | 1 | { |
2 | 2 | "build": [ |
| 3 | + { |
| 4 | + "environment": {}, |
| 5 | + "enabled": true, |
| 6 | + "continueOnError": true, |
| 7 | + "displayName": "run begin.ps1", |
| 8 | + "timeoutInMinutes": 0, |
| 9 | + "alwaysRun": true, |
| 10 | + "task": { |
| 11 | + "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1", |
| 12 | + "versionSpec": "2.*", |
| 13 | + "definitionType": "task" |
| 14 | + }, |
| 15 | + "inputs": { |
| 16 | + "targetType": "inline", |
| 17 | + "filePath": "", |
| 18 | + "arguments": "", |
| 19 | + "script": "if (Test-Path \"$Env:AgentToolsPath\\begin.ps1\") {\n \"$Env:AgentToolsPath\\begin.ps1 script found. Executing...\"\n & $Env:AgentToolsPath\\begin.ps1\n} else {\n \"$Env:AgentToolsPath\\begin.ps1 script does not exist. Moving on...\"\n}", |
| 20 | + "errorActionPreference": "continue", |
| 21 | + "failOnStderr": "false", |
| 22 | + "ignoreLASTEXITCODE": "true", |
| 23 | + "workingDirectory": "" |
| 24 | + } |
| 25 | + }, |
3 | 26 | { |
4 | 27 | "enabled": true, |
5 | 28 | "continueOnError": false, |
|
119 | 142 | "failOnStandardError": "false" |
120 | 143 | } |
121 | 144 | }, |
| 145 | + { |
| 146 | + "environment": {}, |
| 147 | + "enabled": true, |
| 148 | + "continueOnError": true, |
| 149 | + "alwaysRun": true, |
| 150 | + "displayName": "run end.ps1", |
| 151 | + "timeoutInMinutes": 0, |
| 152 | + "task": { |
| 153 | + "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1", |
| 154 | + "versionSpec": "2.*", |
| 155 | + "definitionType": "task" |
| 156 | + }, |
| 157 | + "inputs": { |
| 158 | + "targetType": "inline", |
| 159 | + "filePath": "", |
| 160 | + "arguments": "", |
| 161 | + "script": "if (Test-Path \"$Env:AgentToolsPath\\end.ps1\") {\n \"$Env:AgentToolsPath\\end.ps1 script found. Executing...\"\n & $Env:AgentToolsPath\\end.ps1\n} else {\n \"$Env:AgentToolsPath\\end.ps1 script does not exist. Moving on...\"\n}", |
| 162 | + "errorActionPreference": "continue", |
| 163 | + "failOnStderr": "false", |
| 164 | + "ignoreLASTEXITCODE": "true", |
| 165 | + "workingDirectory": "" |
| 166 | + } |
| 167 | + } |
122 | 168 | ], |
123 | 169 | "options": [ |
124 | 170 | { |
|
254 | 300 | }, |
255 | 301 | "PB_SymbolExpirationInDays": { |
256 | 302 | "value": "30" |
257 | | - }, |
| 303 | + } |
258 | 304 | }, |
259 | 305 | "retentionRules": [ |
260 | 306 | { |
|
0 commit comments