Skip to content

Commit

Permalink
Fixed link to NuGet task - MSBuild help markdown (#13788)
Browse files Browse the repository at this point in the history
* Updated reference NuGet task

* Fixed missed changes

* Removed locale from link
  • Loading branch information
Anatoly Bolshakov authored Oct 29, 2020
1 parent 8c47ce2 commit c54a6bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/MSBuildV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 166,
"Patch": 2
"Minor": 178,
"Patch": 0
},
"demands": [
"msbuild"
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/MSBuildV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 166,
"Patch": 2
"Minor": 178,
"Patch": 0
},
"demands": [
"msbuild"
Expand Down

0 comments on commit c54a6bb

Please sign in to comment.