-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
dotnet restore fails when building repo #101720
Comments
It does not repro for me on 8283049.
Any chance you have a stray .NET process ( |
No stray dotnet.exes, I fear 😕 Here's binlog but I'm lost personally.. I have once tried to re-install dotnet & VS22 Preview & reboots but it's hard to know what could be messing with this. I wish there was "nuke from orbit" option to dotnet clean removal & reinstall 😄 edit: Seems similar to #32205 (and maybe NuGet/Home#5154) |
Seems like I'll have to use Helix as my AOT testing setup for now then 😢 |
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Unfortunately, I have absolutely no idea how this can happen. CI is running just fine so this must be related to your machine configuration somehow. |
@PaulusParssinen the binlog shows that you have an environment variable You also probably don't want to set |
The GCStress is left-over and disabled already I'm closing this, thanks one more time! |
While trying to build runtime with
clr+clr.aot+libs
on my Windows machine.Does this repro for anyone? This feels like on those weird build errors that just disappears some day..
edit: It doesn't matter what configuration I pass in, the restore will fail.
dotnet --info
I tried
dotnet nuget locals all --clear
but it had no effect.The text was updated successfully, but these errors were encountered: