Skip to content

Organize nupkgs for publishing#196

Merged
Alan-Jowett merged 1 commit intomicrosoft:mainfrom
surajkrishnan14:organize_nupkgs
Mar 4, 2025
Merged

Organize nupkgs for publishing#196
Alan-Jowett merged 1 commit intomicrosoft:mainfrom
surajkrishnan14:organize_nupkgs

Conversation

@surajkrishnan14
Copy link
Contributor

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.Extensions.x64 for the "Release" configuration and eBPF-for-Windows.Extensions.Debug.x64 for the "Debug" configuration.

Testing

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

* Use subdirectory 'packages' for generated nupkg
* Append Configuration to pkg name for Debug configuration
@Alan-Jowett Alan-Jowett merged commit 5689f36 into microsoft:main Mar 4, 2025
25 checks passed
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.

2 participants