-
Notifications
You must be signed in to change notification settings - Fork 132
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
ILMerge version not found while building VMR main #3472
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
This prebuilt comes from NuGet.Client and is tracked with NuGet/Home#12604. The prebuilts tarball was update in dotnet/installer#16448 to include this but it looks like an updated dependency version flowed in. @NikolaMilosavljevic - If you are not close to a solution, could you update the prebuilts tarball? TIA. |
I'll update the tarball, to unblock the VMR build. |
How do you obtain the ILMerge package? and create a new tarball? |
I ran the |
Yes, |
Yes, the build will pass with an online build. You can also retrieve the package from the online build to update the tarball. |
Is it the expectation that the |
Yes, until we complete the work to enable prebuilt detection at the repo level. |
Thanks for clarifying. |
This was fixed by NuGet.Client in NuGet/NuGet.Client#5178. We added a patch until the fix flows in. |
I'm building vmr main (at 2e71a23ab11c8480aa28ad959656dceb4020760c).
The build fails with:
Is it expected for the
main
branch to not be buildable? And what can I do about it?cc @MichaelSimons @omajid
The text was updated successfully, but these errors were encountered: