File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed
inheritedprocessmigration/vCurrent Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11assembly-versioning-scheme : MajorMinorPatch
22mode : ContinuousDeployment
33continuous-delivery-fallback-tag : ' '
4- next-version : 4.0.0
4+ next-version : 4.11.0 # Must increase Minor when increasing major (only minor and patch are used in task.json and major is hard coded. Blame Chris Paterson (smile)
55branches :
66 master :
77 mode : ContinuousDeployment
Original file line number Diff line number Diff line change 33 "name" : " ineritedprocessmigration" ,
44 "friendlyName" : " VSTS Inherited Process Migration" ,
55 "description" : " Supports migration/import/export of inherited processes from VSTS Organisations" ,
6- "helpMarkDown" : " v4 .#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
6+ "helpMarkDown" : " v1.#{GitVersion.Minor}# .#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
77 "category" : " Deploy" ,
88 "visibility" : [
99 " Build" ,
1515 ],
1616 "author" : " naked Agility Limited - Martin Hinshelwood" ,
1717 "version" : {
18- "Major" : " #{GitVersion.Major}# " ,
18+ "Major" : " 1 " ,
1919 "Minor" : " #{GitVersion.Minor}#" ,
2020 "Patch" : " #{GitVersion.Patch}#"
2121 },
Original file line number Diff line number Diff line change 11{
22 "id" : " 63823D31-810C-4957-9BC1-859757ACE94D" ,
33 "name" : " processtemplate" ,
4- "friendlyName" : " VSTS XML Process Import" ,
5- "description" : " Deploys an XML Process to VSTS" ,
6- "helpMarkDown" : " v1.10.0 Final - Move to v2 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
4+ "friendlyName" : " [DEPRICATED] VSTS XML Process Import" ,
5+ "description" : " [DEPRICATED] Deploys an XML Process to VSTS" ,
6+ "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" : [
99 " Build" ,
1010 " Release"
1111 ],
1212 "author" : " Martin Hinshelwood" ,
1313 "version" : {
14- "Major" : 1 ,
15- "Minor" : 10 ,
16- "Patch" : 0
14+ "Major" : " 1 " ,
15+ "Minor" : " #{GitVersion.Minor}# " ,
16+ "Patch" : " #{GitVersion.Patch}# "
1717 },
1818 "minimumAgentVersion" : " 1.92.0" ,
1919 "groups" : [
Original file line number Diff line number Diff line change 11{
22 "id" : " 63823D31-810C-4957-9BC1-859757ACE94D" ,
33 "name" : " processtemplatetask" ,
4- "friendlyName" : " VSTS XML Process Import" ,
5- "description" : " Imports an XML Process to VSTS." ,
6- "helpMarkDown" : " v2.2.0 FINAL [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
4+ "friendlyName" : " [DEPRICATED] VSTS XML Process Import" ,
5+ "description" : " [DEPRICATED] Imports an XML Process to VSTS." ,
6+ "helpMarkDown" : " v2.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
77 "category" : " Deploy" ,
88 "visibility" : [
99 " Build" ,
1515 "author" : " naked Agility Limited - Martin Hinshelwood" ,
1616 "version" : {
1717 "Major" : " 2" ,
18- "Minor" : " 3 " ,
19- "Patch" : " 7 "
18+ "Minor" : " #{GitVersion.Minor}# " ,
19+ "Patch" : " #{GitVersion.Patch}# "
2020 },
2121 "minimumAgentVersion" : " 1.92.0" ,
2222 "groups" : [
Original file line number Diff line number Diff line change 11{
22 "id" : " 63823D31-810C-4957-9BC1-859757ACE94D" ,
33 "name" : " processtemplatetask" ,
4- "friendlyName" : " VSTS XML Process Import" ,
5- "description" : " Imports an XML Process to VSTS." ,
6- "helpMarkDown" : " v3.0.1 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
4+ "friendlyName" : " [DEPRICATED] VSTS XML Process Import" ,
5+ "description" : " [DEPRICATED] Imports an XML Process to VSTS." ,
6+ "helpMarkDown" : " v3.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)" ,
77 "category" : " Deploy" ,
88 "visibility" : [
99 " Build" ,
1515 "author" : " naked Agility Limited - Martin Hinshelwood" ,
1616 "version" : {
1717 "Major" : " 3" ,
18- "Minor" : " 0 " ,
19- "Patch" : " 1 "
18+ "Minor" : " #{GitVersion.Minor}# " ,
19+ "Patch" : " #{GitVersion.Patch}# "
2020 },
2121 "minimumAgentVersion" : " 1.92.0" ,
2222 "groups" : [
You can’t perform that action at this time.
0 commit comments