Skip to content

Commit

Permalink
Removing tfx-cli demand for backwards compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 10, 2019
1 parent ca77d40 commit 3690d13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BuildTasks/ExtensionVersion/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion BuildTasks/InstallExtension/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion BuildTasks/IsValidExtensionAgent/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion BuildTasks/PackageExtension/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion BuildTasks/PublishExtension/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion BuildTasks/ShareExtension/task.json
Expand Up @@ -16,7 +16,7 @@
"Release"
],
"demands": [
"npm", "tfx-cli"
"npm"
],
"minimumAgentVersion": "1.83.0",
"groups": [
Expand Down

0 comments on commit 3690d13

Please sign in to comment.