From c54a6bb48436fa510937bb78aeb16a313110d324 Mon Sep 17 00:00:00 2001 From: Anatoly Bolshakov Date: Thu, 29 Oct 2020 14:09:05 +0300 Subject: [PATCH] Fixed link to NuGet task - MSBuild help markdown (#13788) * Updated reference NuGet task * Fixed missed changes * Removed locale from link --- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/MSBuildV1/task.json | 6 +++--- Tasks/MSBuildV1/task.loc.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tasks/MSBuildV1/Strings/resources.resjson/en-US/resources.resjson b/Tasks/MSBuildV1/Strings/resources.resjson/en-US/resources.resjson index 8e56a395b650..3a70b1428c3f 100644 --- a/Tasks/MSBuildV1/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/MSBuildV1/Strings/resources.resjson/en-US/resources.resjson @@ -22,7 +22,7 @@ "loc.input.label.maximumCpuCount": "Build in Parallel", "loc.input.help.maximumCpuCount": "If your MSBuild target configuration is compatible with building in parallel, you can optionally check this input to pass the /m switch to MSBuild (Windows only). If your target configuration is not compatible with building in parallel, checking this option may cause your build to result in file-in-use errors, or intermittent or inconsistent build failures.", "loc.input.label.restoreNugetPackages": "Restore NuGet Packages", - "loc.input.help.restoreNugetPackages": "This option is deprecated. To restore NuGet packages, add a [NuGet Tool Installer](https://docs.microsoft.com/vsts/pipelines/tasks/tool/nuget) task before the build.", + "loc.input.help.restoreNugetPackages": "This option is deprecated. To restore NuGet packages, add a [NuGet](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget) task before the build.", "loc.input.label.logProjectEvents": "Record Project Details", "loc.input.help.logProjectEvents": "Optionally record timeline details for each project (Windows only).", "loc.input.label.createLogFile": "Create Log File", diff --git a/Tasks/MSBuildV1/task.json b/Tasks/MSBuildV1/task.json index eb77221fd460..0fe634b60206 100644 --- a/Tasks/MSBuildV1/task.json +++ b/Tasks/MSBuildV1/task.json @@ -12,8 +12,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 166, - "Patch": 2 + "Minor": 178, + "Patch": 0 }, "demands": [ "msbuild" @@ -131,7 +131,7 @@ "defaultValue": "false", "required": false, "groupName": "advanced", - "helpMarkDown": "This option is deprecated. To restore NuGet packages, add a [NuGet Tool Installer](https://docs.microsoft.com/vsts/pipelines/tasks/tool/nuget) task before the build." + "helpMarkDown": "This option is deprecated. To restore NuGet packages, add a [NuGet](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget) task before the build." }, { "name": "logProjectEvents", diff --git a/Tasks/MSBuildV1/task.loc.json b/Tasks/MSBuildV1/task.loc.json index 77c150d0c728..d7ee4b7639bd 100644 --- a/Tasks/MSBuildV1/task.loc.json +++ b/Tasks/MSBuildV1/task.loc.json @@ -12,8 +12,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 166, - "Patch": 2 + "Minor": 178, + "Patch": 0 }, "demands": [ "msbuild"