Skip to content

Commit

Permalink
Flag NpmV0 and NuGetInstallerV0 as soft-deprecated (#13151)
Browse files Browse the repository at this point in the history
* Flag NpmV0 and NuGetInstallerV0 as soft-deprecated
  • Loading branch information
shadargee1982 authored Jun 23, 2020
1 parent 188fa19 commit bb48cfe
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NpmV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"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",
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 172,
"Patch": 0
"Patch": 1
},
"runsOn": [
"Agent",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NpmV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 0,
"Minor": 172,
"Patch": 0
"Patch": 1
},
"runsOn": [
"Agent",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NuGetInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"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",
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 172,
"Patch": 0
"Patch": 1
},
"runsOn": [
"Agent",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NuGetInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions make-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@
"MSBuildV1",
"MysqlDeploymentOnMachineGroupV1",
"NodeToolV0",
"NpmV0",
"NpmV1",
"NpmAuthenticateV0",
"NuGetAuthenticateV0",
"NuGetInstallerV0",
"NuGetV0",
"NuGetCommandV2",
"NuGetPackagerV0",
Expand Down

0 comments on commit bb48cfe

Please sign in to comment.