Skip to content

Commit

Permalink
migrate to node10
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 12, 2021
1 parent d9e3a70 commit d10d913
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/addasset/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -64,4 +64,4 @@
"required": false,
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/close/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -57,4 +57,4 @@
"required": false,
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/create/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -92,4 +92,4 @@
"required": false,
"helpMarkDown": "Path(s) to the file(s) to include in the release. Separated by newline"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/discard/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -57,4 +57,4 @@
"required": false,
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/open/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -57,4 +57,4 @@
"required": false,
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/publish/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -57,4 +57,4 @@
"required": false,
"helpMarkDown": "The directory on which GitReleaseManager should be executed. Defaults to current directory"
}]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/setup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand All @@ -38,4 +38,4 @@
"helpMarkDown": "Include pre-release versions when matching a version"
}
]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitversion/execute/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand Down Expand Up @@ -85,4 +85,4 @@
"groupName": "additional"
}
]
}
}
4 changes: 2 additions & 2 deletions dist/azure/gitversion/setup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"minimumAgentVersion": "2.115.0",
"execution": {
"Node": {
"Node10": {
"target": "bundle.js",
"argumentFormat": "",
"workingDirectory": "."
Expand All @@ -38,4 +38,4 @@
"helpMarkDown": "Include pre-release versions when matching a version"
}
]
}
}

0 comments on commit d10d913

Please sign in to comment.