Skip to content

(Regression) NuGet Layout Still Broken #7570

Closed

Description

Operating System: Windows

DocFX Version Used: 2.58.2

Template used: default

Steps to Reproduce:

  1. Create a C# project with a package reference to DocFX, like this:
<PackageReference
  Include="docfx.console"
  Version="2.58.2"
  PrivateAssets="all"
  IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
  1. Configure a DocFX build.
  2. Build

Expected Behavior:
docfx.exe is run

Actual Behavior:
docfx.exe is not run

This was originally filed as #7557.

The PR to fix it, #7560, pinned version 5.10 of NuGet. Unfortunately, according to NuGet/Home#11125, the regression in NuGet was introduced in 5.10. The version that should be pinned is 5.9.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions