Skip to content

Commit 0c41e8c

Browse files
committed
Merged PR 165: tweeking & tinkering
- Remove task depricted tag... - update command names to get the verification working and add download of npm tools and first execution.
1 parent c2b038a commit 0c41e8c

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
npm install process-migrator -g
2+
process-migrator
3+
14
Write-VstsTaskError ("Not yet implemented")

inheritedprocessmigration/vCurrent/task.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"groups": [
2424
{
2525
"name": "options",
26-
"displayName": "Additional options",
26+
"displayName": "Options",
2727
"isExpanded": true
2828
}
2929
],
@@ -33,12 +33,12 @@
3333
"type": "picklist",
3434
"label": "Command",
3535
"required": true,
36-
"defaultValue": "filePath",
36+
"defaultValue": "migrate",
3737
"helpMarkDown": "Migration execution type: migrate / import / export",
3838
"options": {
39-
"migrate": "File Path",
40-
"export": "Inline",
41-
"import": "Import"
39+
"migrate": "migrate",
40+
"export": "export",
41+
"import": "import"
4242
}
4343
},
4444
{

processtemplatetask/v1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplate",
4-
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5-
"description": "[DEPRICATED] Deploys an XML Process to VSTS",
4+
"friendlyName": "VSTS XML Process Import",
5+
"description": "Deploys an XML Process to VSTS",
66
"helpMarkDown": "v1.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}#2 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [

processtemplatetask/v2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplatetask",
4-
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5-
"description": "[DEPRICATED] Imports an XML Process to VSTS.",
4+
"friendlyName": "VSTS XML Process Import",
5+
"description": "Imports an XML Process to VSTS.",
66
"helpMarkDown": "v2.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [

processtemplatetask/v3/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplatetask",
4-
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5-
"description": "[DEPRICATED] Imports an XML Process to VSTS.",
4+
"friendlyName": "VSTS XML Process Import",
5+
"description": "Imports an XML Process to VSTS.",
66
"helpMarkDown": "v3.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [

processtemplatetask/v4/task.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Build",
1010
"Release"
1111
],
12-
"preview": "true",
1312
"runsOn": [
1413
"Agent"
1514
],

0 commit comments

Comments
 (0)