docs icon indicating copy to clipboard operation
docs copied to clipboard

Artifacts output layout documentation for `package` folder is incorrect

Open PathogenDavid opened this issue 2 weeks ago • 0 comments

Type of issue

Other (describe below)

Description

The documentation on this page implies that the package folder follows the same structure as bin, obj, and publish -- but it's actually different from the others. It does not include the project name or most of the pivot.

The final example in the table follows this, and as such is incorrect. It should be artifacts\package\release rather than artifacts\package\MyApp\release.

This difference is intentional (and definitely a good thing), see Microsoft.NET.DefaultOutputPaths.targets.

Page URL

https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/sdk/artifacts-output.md

Document Version Independent Id

3799bd4b-2a52-200b-3663-b02f8270a82d

Article author

@gewarren

Metadata

  • ID: 6083717d-9ac1-2f61-1815-4f80f3a58b45
  • Service: dotnet-fundamentals

PathogenDavid avatar Jun 14 '24 21:06 PathogenDavid