diff --git a/Tasks/NuGetCommandV2/make.json b/Tasks/NuGetCommandV2/make.json index 1c03e017168a..0aaebf44efcf 100644 --- a/Tasks/NuGetCommandV2/make.json +++ b/Tasks/NuGetCommandV2/make.json @@ -3,7 +3,8 @@ { "items": [ "node_modules/azure-pipelines-tasks-packaging-common/node_modules/azure-pipelines-task-lib", - "node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib" + "node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib", + "node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib" ], "options": "-Rf" } diff --git a/Tasks/NuGetCommandV2/task.json b/Tasks/NuGetCommandV2/task.json index a0f401e60af7..88d91bd9de02 100644 --- a/Tasks/NuGetCommandV2/task.json +++ b/Tasks/NuGetCommandV2/task.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 214, - "Patch": 2 + "Minor": 216, + "Patch": 0 }, "runsOn": [ "Agent", diff --git a/Tasks/NuGetCommandV2/task.loc.json b/Tasks/NuGetCommandV2/task.loc.json index 9400d14e721c..af827ecf6119 100644 --- a/Tasks/NuGetCommandV2/task.loc.json +++ b/Tasks/NuGetCommandV2/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 214, - "Patch": 2 + "Minor": 216, + "Patch": 0 }, "runsOn": [ "Agent",