|
187 | 187 | "type": "bool",
|
188 | 188 | "format": "--nologo",
|
189 | 189 | "help": "Run test(s), without displaying Microsoft Testplatform banner. Available since .NET Core 3.0 SDK."
|
| 190 | + }, |
| 191 | + { |
| 192 | + "name": "ArtifactsPath", |
| 193 | + "type": "string", |
| 194 | + "format": "--artifacts-path {value}", |
| 195 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
190 | 196 | }
|
191 | 197 | ]
|
192 | 198 | }
|
|
299 | 305 | "position": -1,
|
300 | 306 | "customValue": true,
|
301 | 307 | "help": "Arguments passed to the application being run."
|
| 308 | + }, |
| 309 | + { |
| 310 | + "name": "ArtifactsPath", |
| 311 | + "type": "string", |
| 312 | + "format": "--artifacts-path {value}", |
| 313 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
302 | 314 | }
|
303 | 315 | ]
|
304 | 316 | }
|
|
413 | 425 | "type": "bool",
|
414 | 426 | "format": "--nologo",
|
415 | 427 | "help": "Doesn't display the startup banner or the copyright message. Available since .NET Core 3.0 SDK."
|
| 428 | + }, |
| 429 | + { |
| 430 | + "name": "ArtifactsPath", |
| 431 | + "type": "string", |
| 432 | + "format": "--artifacts-path {value}", |
| 433 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
416 | 434 | }
|
417 | 435 | ]
|
418 | 436 | }
|
|
511 | 529 | "type": "string",
|
512 | 530 | "format": "-bl:{value}",
|
513 | 531 | "help": "Generare MSBuild <a href=\"https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md\">binary log</a>."
|
| 532 | + }, |
| 533 | + { |
| 534 | + "name": "ArtifactsPath", |
| 535 | + "type": "string", |
| 536 | + "format": "--artifacts-path {value}", |
| 537 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
514 | 538 | }
|
515 | 539 | ]
|
516 | 540 | }
|
|
800 | 824 | "type": "bool",
|
801 | 825 | "format": "--nologo",
|
802 | 826 | "help": "Doesn't display the startup banner or the copyright message. Available since .NET Core 3.0 SDK."
|
| 827 | + }, |
| 828 | + { |
| 829 | + "name": "ArtifactsPath", |
| 830 | + "type": "string", |
| 831 | + "format": "--artifacts-path {value}", |
| 832 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
803 | 833 | }
|
804 | 834 | ]
|
805 | 835 | }
|
|
975 | 1005 | "format": "/t:{value}",
|
976 | 1006 | "separator": ";",
|
977 | 1007 | "help": "<p>Build the specified targets in the project. Specify each target separately, or use a semicolon or comma to separate multiple targets, as the following example shows:<br/><c>/target:Resources;Compile</c></p><p>If you specify any targets by using this switch, they are run instead of any targets in the DefaultTargets attribute in the project file. For more information, see <a href=\"https://msdn.microsoft.com/en-us/library/ee216359.aspx\">Target Build Order</a> and <a href=\"https://msdn.microsoft.com/en-us/library/ms171463.aspx\">How to: Specify Which Target to Build First</a>.</p><p>A target is a group of tasks. For more information, see <a href=\"https://msdn.microsoft.com/en-us/library/ms171462.aspx\">Targets</a>.</p>"
|
| 1008 | + }, |
| 1009 | + { |
| 1010 | + "name": "ArtifactsPath", |
| 1011 | + "type": "string", |
| 1012 | + "format": "--artifacts-path {value}", |
| 1013 | + "help": "All build output files from the executed command will go in subfolders under the specified path, separated by project. For more information see <a href=\"https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output\">Artifacts Output Layout</a>. Available since .NET 8 SDK." |
978 | 1014 | }
|
979 | 1015 | ]
|
980 | 1016 | }
|
|
0 commit comments