Skip to content

Commit

Permalink
Adding SCEP install/uninstall script and tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Carlos Aguilera Mendez committed Feb 28, 2018
1 parent 6a977e9 commit bcbd5cf
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,27 @@
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": true,
"alwaysRun": false,
"displayName": "Uninstall SCEP",
"timeoutInMinutes": 0,
"condition": "ne(variables['PB_SkipTests'], 'true')",
"refName": "Task20",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"filename": "scep-ops.cmd",
"arguments": "-u",
"workingFolder": "",
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
Expand All @@ -106,6 +127,27 @@
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": true,
"alwaysRun": false,
"displayName": "Install SCEP",
"timeoutInMinutes": 0,
"condition": "ne(variables['PB_SkipTests'], 'true')",
"refName": "Task21",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"filename": "scep-ops.cmd",
"arguments": "-i",
"workingFolder": "",
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
Expand Down

0 comments on commit bcbd5cf

Please sign in to comment.