Skip to content

fix(build): add build targets for packaging#231

Merged
j-d-ha merged 2 commits into
mainfrom
fix/add-build-targets
Dec 12, 2025
Merged

fix(build): add build targets for packaging#231
j-d-ha merged 2 commits into
mainfrom
fix/add-build-targets

Conversation

@j-d-ha

@j-d-ha j-d-ha commented Dec 12, 2025

Copy link
Copy Markdown
Collaborator

🚀 Pull Request

📋 Summary

Adds MinimalLambda.targets to the NuGet package in both build and buildTransitive paths to ensure build targets are properly included and applied to consuming projects.

Also updates version to 2.0.0-beta.2 and removes obsolete version validation tasks from the publish workflow.


✅ Checklist

  • My changes build cleanly
  • I've added/updated relevant tests
  • I've added/updated documentation or README
  • I've followed the coding style for this project
  • I've tested the changes locally (if applicable)

🧪 Related Issues or PRs

N/A


💬 Notes for Reviewers

This PR includes two commits:

  1. The core fix adding build targets to the package
  2. Version bump to 2.0.0-beta.2 and cleanup of validation tasks from the publish workflow

The build targets are included in both build and buildTransitive paths to support both direct and transitive package references.

- Added `MinimalLambda.targets` to the build directory.
- Configured items to be packed into `build` and `buildTransitive` package paths.
…tasks

- Bumped project version to 2.0.0-beta.2 in Directory.Build.props.
- Removed `validate_version` tasks from PublishTasks.yml.
@github-actions github-actions Bot added the type: fix Bug fix label Dec 12, 2025
@j-d-ha
j-d-ha enabled auto-merge (squash) December 12, 2025 16:14
@sonarqubecloud

Copy link
Copy Markdown

@j-d-ha
j-d-ha merged commit 39ec584 into main Dec 12, 2025
6 checks passed
@j-d-ha
j-d-ha deleted the fix/add-build-targets branch December 12, 2025 16:16
@codecov

codecov Bot commented Dec 12, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #231   +/-   ##
=======================================
  Coverage   89.61%   89.61%           
=======================================
  Files         104      104           
  Lines        2128     2128           
  Branches      253      253           
=======================================
  Hits         1907     1907           
  Misses        129      129           
  Partials       92       92           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10c4ea0...27cca7b. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant