Skip to content

Commit 1fd1aa6

Browse files
fix forward link (#2618)
1 parent b9a9bb0 commit 1fd1aa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/ManualIntervention/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"loc.friendlyName": "Manual Intervention",
3-
"loc.helpMarkDown": "[More Information](https://www.visualstudio.com/docs/build/steps/deploy/manual-intervention/)",
3+
"loc.helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=825235)",
44
"loc.description": "Pause deployment and wait for intervention",
55
"loc.instanceNameFormat": "Manual Intervention",
66
"loc.input.label.instructions": "Instructions",

Tasks/ManualIntervention/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ManualIntervention",
44
"friendlyName": "Manual Intervention",
55
"description": "Pause deployment and wait for intervention",
6-
"helpMarkDown": "[More Information](https://www.visualstudio.com/docs/build/steps/deploy/manual-intervention/)",
6+
"helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=825235)",
77
"category": "Deploy",
88
"visibility": [
99
"Release"
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 8,
1717
"Minor": 0,
18-
"Patch": 0
18+
"Patch": 1
1919
},
2020
"inputs": [
2121
{

Tasks/ManualIntervention/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 8,
1717
"Minor": 0,
18-
"Patch": 0
18+
"Patch": 1
1919
},
2020
"inputs": [
2121
{
@@ -36,4 +36,4 @@
3636
"execution": {
3737
"RM:ManualIntervention": {}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)