diff --git a/Tasks/NpmV0/Strings/resources.resjson/en-US/resources.resjson b/Tasks/NpmV0/Strings/resources.resjson/en-US/resources.resjson index 18bf64f9abd1..5ed39bc729e9 100644 --- a/Tasks/NpmV0/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/NpmV0/Strings/resources.resjson/en-US/resources.resjson @@ -1,7 +1,7 @@ { "loc.friendlyName": "npm", "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613746)", - "loc.description": "Run an npm command", + "loc.description": "Run an npm command. Use NpmAuthenticate@0 task for latest capabilities.", "loc.instanceNameFormat": "npm $(command)", "loc.input.label.cwd": "working folder", "loc.input.help.cwd": "Working directory where the npm command is run. Defaults to the root of the repo.", diff --git a/Tasks/NpmV0/task.json b/Tasks/NpmV0/task.json index fe3676c0dbe5..cfabcdd965dd 100644 --- a/Tasks/NpmV0/task.json +++ b/Tasks/NpmV0/task.json @@ -2,7 +2,7 @@ "id": "FE47E961-9FA8-4106-8639-368C022D43AD", "name": "Npm", "friendlyName": "npm", - "description": "Run an npm command", + "description": "Run an npm command. Use NpmAuthenticate@0 task for latest capabilities.", "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/package/npm", "helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613746)", "category": "Package", @@ -10,7 +10,7 @@ "version": { "Major": 0, "Minor": 172, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent", diff --git a/Tasks/NpmV0/task.loc.json b/Tasks/NpmV0/task.loc.json index 1a61c97ec597..bed1a50dae0d 100644 --- a/Tasks/NpmV0/task.loc.json +++ b/Tasks/NpmV0/task.loc.json @@ -10,7 +10,7 @@ "version": { "Major": 0, "Minor": 172, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent", diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson index 045712095e1b..2a9dea8148b5 100644 --- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/en-US/resources.resjson @@ -1,7 +1,7 @@ { "loc.friendlyName": "NuGet Installer", - "loc.helpMarkDown": "[More Information](https://aka.ms/NuGetTask)", - "loc.description": "Installs or restores missing NuGet packages", + "loc.helpMarkDown": "[More Information](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)", + "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.", "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)", "loc.group.displayName.advanced": "Advanced", "loc.input.label.solution": "Path to solution or packages.config", diff --git a/Tasks/NuGetInstallerV0/task.json b/Tasks/NuGetInstallerV0/task.json index 67f11a528204..5360d62a138a 100644 --- a/Tasks/NuGetInstallerV0/task.json +++ b/Tasks/NuGetInstallerV0/task.json @@ -2,7 +2,7 @@ "id": "333b11bd-d341-40d9-afcf-b32d5ce6f23b", "name": "NuGetInstaller", "friendlyName": "NuGet Installer", - "description": "Installs or restores missing NuGet packages", + "description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.", "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget", "helpMarkDown": "[More Information](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)", "category": "Package", @@ -10,7 +10,7 @@ "version": { "Major": 0, "Minor": 172, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent", diff --git a/Tasks/NuGetInstallerV0/task.loc.json b/Tasks/NuGetInstallerV0/task.loc.json index 5efb23007b14..da7d80057148 100644 --- a/Tasks/NuGetInstallerV0/task.loc.json +++ b/Tasks/NuGetInstallerV0/task.loc.json @@ -3,14 +3,14 @@ "name": "NuGetInstaller", "friendlyName": "ms-resource:loc.friendlyName", "description": "ms-resource:loc.description", - "helpUrl": "https://aka.ms/NuGetTask", + "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget", "helpMarkDown": "ms-resource:loc.helpMarkDown", "category": "Package", "author": "Microsoft Corporation", "version": { "Major": 0, "Minor": 172, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent", diff --git a/make-options.json b/make-options.json index a7b1de8d44f5..6539ef82a2a1 100644 --- a/make-options.json +++ b/make-options.json @@ -120,9 +120,11 @@ "MSBuildV1", "MysqlDeploymentOnMachineGroupV1", "NodeToolV0", + "NpmV0", "NpmV1", "NpmAuthenticateV0", "NuGetAuthenticateV0", + "NuGetInstallerV0", "NuGetV0", "NuGetCommandV2", "NuGetPackagerV0",