Skip to content

Commit 134b8b0

Browse files
committed
Match normal pattern for CLI parameters
1 parent e542ce5 commit 134b8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/2023/simplify-output-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The `Directory.AfterTargetFrameworkInference.targets` would include the followin
9696

9797
## Specifying the output path via command line
9898

99-
The .NET CLI supports an `--output` parameter to specify the output path for various commands. This [does not work well](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid) for solutions, since it results in multiple projects building to the same folder. We will add an `--artifactspath` parameter that sets the `ArtifactsPath` property. Because each project will be built into a separate subfolder, this will be a safer option to use for solution builds.
99+
The .NET CLI supports an `--output` parameter to specify the output path for various commands. This [does not work well](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid) for solutions, since it results in multiple projects building to the same folder. We will add an `--artifacts-path` parameter that sets the `ArtifactsPath` property. Because each project will be built into a separate subfolder, this will be a safer option to use for solution builds.
100100

101101
## Changing the default output path format
102102

0 commit comments

Comments
 (0)