Skip to content

Fix sdk publish --no-build #3068

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

Merged
merged 2 commits into from
May 22, 2025
Merged

Fix sdk publish --no-build #3068

merged 2 commits into from
May 22, 2025

Conversation

jviau
Copy link
Contributor

@jviau jviau commented May 22, 2025

Issue describing the changes in this PR

resolves #3067

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests) -- evaluating. May add them in a separate PR as this is not trivial.

Additional information

Addresses a regression in dotnet publish --no-build with worker SDK 2.0.3. Necessary targets were not hooked up to ensure we resolved paths and retrieved the worker extensions output directory during publish without build.

@kshyju
Copy link
Member

kshyju commented May 22, 2025

update release notes?

@jviau jviau merged commit c662743 into main May 22, 2025
28 checks passed
@jviau jviau deleted the jviau/fix-sdk-publish branch May 22, 2025 20:02
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.

microsoft.azure.functions.worker.sdk 2.0.3 fail dotnet publish command
2 participants