-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Only run IL rewriting target when releasing or on CI #4031
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
Conversation
This commit updates the internalize-dependencies target to only run when Not Mono AND either running on CI OR building release Closes #3674
Mpdreamz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
member this.MergeDependencies=
match this with
| Project Nest -> [Project Project.Nest; ]
| _ -> []
Projects.fs lists the following still for Nest, should probably return empty array for everything.
This commit updates the Elastic Abstractions dependencies to pick up the change elastic/elasticsearch-net-abstractions@09c10a7
This commit removes build code that was used to IL merge Json.NET as it is no longer relevant
|
I've added some additional changes to remove references to IL merging Json.NET. @Mpdreamz, would you be able to take another look please? |
|
LGTM, sorry for leaving this lingering 👍 |
Missed in merge
|
ported to 7.x |
This commit updates the internalize-dependencies target to only run when
Not Mono AND either running on CI OR building release
Closes #3674