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

Build out-of-process #111

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Build out-of-process #111

merged 1 commit into from
Aug 24, 2021

Conversation

jeffkl
Copy link
Owner

@jeffkl jeffkl commented Aug 24, 2021

This library has a dependency on NuGet as well as some unit test frameworks which can cause builds to fail due to assembly conflicts. Building out-of-proc fixes this issue by having MSBuild.exe load the copy of NuGet assemblies in its process space.

@jeffkl jeffkl force-pushed the out-of-proc-builds branch 14 times, most recently from c7e80c3 to c846b7f Compare August 24, 2021 20:29
This library has a dependency on NuGet as well as some unit test frameworks which can cause builds to fail due to assembly conflicts.  Building out-of-proc fixes this issue by having MSBuild.exe load the copy of NuGet assemblies in its process space.
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.

None yet

1 participant