Skip to content

Conversation

@jviau
Copy link
Contributor

@jviau jviau commented Dec 19, 2023

Issue describing the changes in this PR

resolves #1995, #1798

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)

Additional information

This PR removes several properties from the inner builds to address an issue that can arise from publishing via Visual Studio. Specifically, Visual Studio will supply many parameters from the active publish profile as global parameters. These will flow to the inner WorkerExtension.csproj and adversely impacting how it restores and builds. This can manifest as assembly load issues that don't appear when running locally, but only when publishing to Azure from VS.

@codeputer
Copy link

Looking for a work around for a production deployment that is required.

@jviau
Copy link
Contributor Author

jviau commented Dec 19, 2023

@codeputer please use issues to discuss those types of requests

@jviau jviau merged commit 363957b into Azure:feature/ext-proj Dec 21, 2023
@jviau jviau deleted the inner-props branch December 21, 2023 00:07
jviau added a commit that referenced this pull request Jan 18, 2024
…d nuget feed issues (#1946)

* Worker Extension project incremental build support (#1749)

* Merge main to feature/ext-proj (#1832)

* Refactor SDK targets to address multiple writes and flaky builds (#1861)

* Ensure ExtensionsCsProjDirectory is a full path (#1938)

* Pass RestoreSources to inner-build restore task (#1937)

* Rev SDK version to 1.16.0-preview1 (#1941)

* Skip func targets during design time build (#1954)

* Correct merge mistakes

* Update sln

* Fix properties

* update worker.config.json generation (#2122)

* [SDK] Remove properties from inner-build (#2161)

* Expand on RemoveProperties for inner build. Fix source gen default

* Add PublishProfile to remove props

* Un-remove some properties from inner build
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.

3 participants