Skip to content

Commit a7fbdbf

Browse files
committed
Merged PR 163: Updated list of tasks
Updated list of tasks
1 parent 7e2971a commit a7fbdbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VSTS Process Template Manager [![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version-short/nkdagility.processtemplate.svg)](https://marketplace.visualstudio.com/items?itemName=nkdagility.processtemplate)
22

3-
This task automates the Process of managing your Process Template changes from source control to VSTS so that you can keep all your projects in sync.
3+
This task automates the Process of managing your Process changes from source control to VSTS so that you can keep all your projects in sync.
44

55
One of the largest issues for Enterprise is everyone using a different process template for their projects. When you move your Collection to VSTS with your custom Process Template you get a "Phase 1 enabled account". This account does not let you edit the Process Template in the UI and instead lets you download and upload the process template.
66

@@ -10,6 +10,7 @@ This Build Task lets you upload a local template into VSTS.
1010
## What can you do with this tool?
1111

1212
- Upload XML Based Process Template
13+
- Migrate Inherited Process(s) between Organisations (uses [https://github.com/Microsoft/process-migrator](https://github.com/Microsoft/process-migrator))
1314

1415
![Screenshot of Process Template Uploader](/images/screenshot-01.png)
1516

processtemplatetask/v4/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "processtemplatetask",
44
"friendlyName": "VSTS XML Process Import",
55
"description": "Imports an XML Process to VSTS.",
6-
"helpMarkDown": "v4.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
6+
"helpMarkDown": "v4.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [
99
"Build",

0 commit comments

Comments
 (0)