Commit 05434a9
Pack Microsoft.AspNetCore.Components.Gateway (#66579)
Microsoft.NET.Sdk.Web.ProjectSystem.props sets <IsPackable>false</IsPackable> by default. The Gateway project uses the Web SDK with a custom <NuspecFile> and <IsShippingPackage>true</IsShippingPackage>, but Pack silently no-ops
under the Web SDK default, so no shipping nupkg is produced.
Set <IsPackable>true</IsPackable> explicitly so the existing nuspec is honored and Microsoft.AspNetCore.Components.Gateway.<version>.nupkg is produced into artifacts/packages/<config>/Shipping/ alongside the other shipping packages.
Verified locally: before this change, ./eng/build.ps1 -pack -projects ... succeeds with 0 errors but produces no nupkg anywhere under artifacts/. After this change, the same invocation produces both the package and its symbols package in the Shipping folder, with the expected build/ targets and tools/ payload.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4b6bdf3 commit 05434a9
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments