Skip to content

Commit 058094f

Browse files
authored
Port to M158: Updating the CST with right help doc (#11495)
1 parent 25fabeb commit 058094f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tasks/ContainerStructureTestV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "ContainerStructureTest",
44
"friendlyName": "Container Structure Test",
55
"description": "Uses container-structure-test (https://github.com/GoogleContainerTools/container-structure-test) to validate the structure of an image based on four categories of tests - command tests, file existence tests, file content tests and metadata tests",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/test/publish-test-results",
7-
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613742)",
6+
"helpUrl": "https://aka.ms/containerstructuretest",
7+
"helpMarkDown": "[Learn more about this task](https://aka.ms/containerstructuretest)",
88
"category": "Test",
99
"visibility": [
1010
"Build",
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 1,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/ContainerStructureTestV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ContainerStructureTest",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/test/publish-test-results",
6+
"helpUrl": "https://aka.ms/containerstructuretest",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Test",
99
"visibility": [
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 1,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"preview": true,
2020
"demands": [],

0 commit comments

Comments
 (0)