File tree Expand file tree Collapse file tree 6 files changed +14
-12
lines changed
inheritedprocessmigration/vCurrent Expand file tree Collapse file tree 6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1+ npm install process - migrator - g
2+ process - migrator
3+
14Write-VstsTaskError (" Not yet implemented" )
Original file line number Diff line number Diff line change 2323 "groups" : [
2424 {
2525 "name" : " options" ,
26- "displayName" : " Additional options " ,
26+ "displayName" : " Options " ,
2727 "isExpanded" : true
2828 }
2929 ],
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 {
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 99 " Build" ,
1010 " Release"
1111 ],
12- "preview" : " true" ,
1312 "runsOn" : [
1413 " Agent"
1514 ],
You can’t perform that action at this time.
0 commit comments