Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated task description and link #13951

Merged
merged 6 commits into from
Nov 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"loc.friendlyName": "Manual validation",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870234)",
"loc.description": "Pause deployment and wait for manual validation.",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"loc.description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"loc.instanceNameFormat": "Manual Validation",
"loc.input.label.validators": "Notify users",
"loc.input.help.validators": "Send a manual validation pending email to specific users (or groups). Only users with queue build permission can act on a manual validation.",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/ManualValidationV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "2003AD3A-104A-451A-9238-60474AB294E6",
"name": "ManualValidation",
"friendlyName": "Manual validation",
"description": "Pause deployment and wait for manual validation",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/manual-validation",
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870234)",
"description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"helpUrl": "https://aka.ms/manual-validation",
"helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"category": "Deploy",
"visibility": [
"Build"
Expand All @@ -15,7 +15,7 @@
],
"version": {
"Major": 0,
"Minor": 176,
"Minor": 179,
"Patch": 0
},
"preview": true,
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ManualValidationV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ManualValidation",
"friendlyName": "ms-resource:loc.friendlyName",
"description": "ms-resource:loc.description",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/manual-validation",
"helpUrl": "https://aka.ms/manual-validation",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Deploy",
"visibility": [
Expand All @@ -15,7 +15,7 @@
],
"version": {
"Major": 0,
"Minor": 176,
"Minor": 179,
"Patch": 0
},
"preview": true,
Expand Down