|
1 | | -# VSTS Process Template Manager |
| 1 | +# Azure DevOps Process Tools [](https://marketplace.visualstudio.com/items?itemName=nkdagility.processtemplate) |
2 | 2 |
|
3 | | -Get the [VSTS Process Template Management](https://marketplace.visualstudio.com/items?itemName=nkdagility.processtemplate) extensions for VSTS from the Marketplace. |
| 3 | +This task automates the Process of managing your Process changes from source control to Azure DevOps so that you can keep all your projects in sync. |
4 | 4 |
|
5 | | -This task automates the Process of uploading your Process Template changes from source control to VSTS so that you can keep all your projects in sync. |
| 5 | +One of the largest issues for Enterprise is everyone using a different process template for their projects. When you move your Collection to Azure DevOps 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. |
6 | 6 |
|
7 | | -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. |
| 7 | +These build tasks allow you to manage both the XML and Inherited processes in Azure DevOps Services. You can use this task to create a controlled exposure CI/CD Pipeline that deploys and manages your process between Organisations. |
| 8 | + |
| 9 | + |
| 10 | +## What can you do with this tool? |
| 11 | + |
| 12 | +- **Azure DevOps Services Process (XML)** Task - Upload XML Based Process from an export |
| 13 | +- **Azure DevOps Services Process (Inherited)** Task - Migrate Inherited Process(s) between Organisations (uses [https://github.com/Microsoft/process-migrator](https://github.com/Microsoft/process-migrator)) |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +Full documentation is available on [https://dev.azure.com/nkdagility/vsts-processtemplate-task/](https://dev.azure.com/nkdagility/vsts-processtemplate-task/) |
| 18 | + |
| 19 | +## Getting the Tools |
| 20 | + |
| 21 | + You can [install from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=nkdagility.processtemplate) |
8 | 22 |
|
9 | | -This Build Task lets you upload a local template into VSTS. |
10 | 23 |
|
11 | 24 | ## Puting your Template under source control |
12 | 25 |
|
13 | 26 | After you have had your collection imported to VSTS by Microsoft you will be able to download your process template from the administration page. |
14 | 27 |
|
15 | 28 |  |
16 | 29 |
|
17 | | -Go to the home page of your VSTS account and head over to "MyAccountName | Account Settings | Process", where you will see a list of the available process templates. |
| 30 | +Go to the home page of your Azure DevOps Service Organisation and head over to "MyAccountName | Account Settings | Process", where you will see a list of the available process templates. |
18 | 31 |
|
19 | 32 |  |
20 | 33 |
|
|
0 commit comments