Skip to content

Commit

Permalink
rework the tasks structure
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 25, 2020
1 parent b8df354 commit ad52a31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/setup/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "e3022448-b00d-4b57-b504-606a0bcf8279",
"name": "gitreleasemanager-setup",
"name": "gitreleasemanager/setup",
"friendlyName": "Setup GitReleaseManager Task",
"description": "Tool for creating and exporting releases for software applications hosted on GitHub",
"author": "GitTools Contributors",
Expand All @@ -20,7 +20,7 @@
"workingDirectory": "."
}
},
"instanceNameFormat": "gitreleasemanager-setup",
"instanceNameFormat": "gitreleasemanager/setup",
"inputs": [{
"name": "versionSpec",
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions dist/azure/gitversion/execute/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "9013cf7f-ee8d-49f4-a39b-db244928d391",
"name": "gitversion-execute",
"name": "gitversion/execute",
"friendlyName": "Execute GitVersion Task",
"description": "Easy Semantic Versioning (http://semver.org) for projects using Git",
"author": "GitTools Contributors",
Expand All @@ -20,7 +20,7 @@
"workingDirectory": "."
}
},
"instanceNameFormat": "gitversion-execute",
"instanceNameFormat": "gitversion/execute",
"groups": [{
"name": "gitversionDetails",
"displayName": "GitVersion details",
Expand Down
4 changes: 2 additions & 2 deletions dist/azure/gitversion/setup/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "a06c02ae-7b9a-4082-90dc-fe27b500e54f",
"name": "gitversion-setup",
"name": "gitversion/setup",
"friendlyName": "Setup GitVersion Task",
"description": "Easy Semantic Versioning (http://semver.org) for projects using Git",
"author": "GitTools Contributors",
Expand All @@ -20,7 +20,7 @@
"workingDirectory": "."
}
},
"instanceNameFormat": "gitversion-setup",
"instanceNameFormat": "gitversion/setup",
"inputs": [{
"name": "versionSpec",
"type": "string",
Expand Down

0 comments on commit ad52a31

Please sign in to comment.