Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize nupkgs for publishing #4214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

surajkrishnan14
Copy link

Description

This change:

  • Modifies the post-build script to copy the unsigned nupkgs to the packages subdirectory under build\bin\<arch>. This directory is monitored by internal pipelines to publish nuget packages.
  • Updates the name of the core package to include the configuration in the generated name, for non-release configurations. eg. eBPF-for-Windows.x64 for the "NativeOnlyRelease" configuration and eBPF-for-Windows.x64.NativeOnlyDebug for the "NativeOnlyDebug" configuration.
  • Updates the name of the SDK package to include the architecture in the generated name. Similar to the core package, it may also include the configuration for non-release configurations. eg. eBPF-for-Windows-Redist.x64 or eBPF-for-Windows-Redist.x64.NativeOnlyDebug

Testing

Internal pipelines were run and confirmed to publish the packages as expected

@surajkrishnan14 surajkrishnan14 marked this pull request as ready for review February 14, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant