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

Fix missing headers in NuGet packaging script #4103

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

danklmn
Copy link
Contributor

@danklmn danklmn commented Feb 1, 2024

Description

Fixes #4102
Fix regression in scripts/package-nuget.ps1 script: $Headers array was getting overwritten vs. appended.

Testing

None

Documentation

None

@danklmn danklmn requested a review from a team as a code owner February 1, 2024 21:35
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dd145bf) 87.34% compared to head (d2597b4) 86.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4103      +/-   ##
==========================================
- Coverage   87.34%   86.09%   -1.25%     
==========================================
  Files          56       56              
  Lines       16984    16984              
==========================================
- Hits        14834    14622     -212     
- Misses       2150     2362     +212     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nibanks nibanks merged commit ed344e7 into microsoft:main Feb 1, 2024
338 of 340 checks passed
@danklmn danklmn deleted the fix-missing-headers branch February 1, 2024 22:50
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.

Missing headers in latest NuGet package
2 participants