Skip to content

Commit

Permalink
Fix incomplete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Nov 22, 2022
1 parent a78334a commit df6df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/2022/simplify-output-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Projects targeting .NET 8 and higher will by default use a new output path forma
- Output Type - Such as `build`, `publish`, `obj`, or `packages`
- Pivots - This will at minimum be the `Configuration`, such as `Debug` or `Release`. Other pivots such as `TargetFramework` or `RuntimeIdentifier` may also be included, and the pivots will be joined by the underscore (`_`) character
- `TargetFramework` will be included in the folder name if the project is multi-targeted (`TargetFrameworks` is non-empty), or if the `TargetFramework` property was set via the command line (ie is a global property)
- `RuntimeIdentifier` will be included in the folder name if it was explicitly set (either in a project file or on the command line). If it is set automatically by the SDK (for example because `SelfContained` was set)
- `RuntimeIdentifier` will be included in the folder name if it was explicitly set (either in a project file or on the command line). If it is set automatically by the SDK (for example because `SelfContained` was set), then the `RuntimeIdentifier` will not be included in the folder name.

Some examples:

Expand Down

0 comments on commit df6df4c

Please sign in to comment.