-
Notifications
You must be signed in to change notification settings - Fork 360
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
Builds failing due to restore failure of recently published packages #2327
Comments
Just realized that I could do something like this in
Even with this, the results are hit-and-miss. Given this bug is likely to affect all repos at one time or another, perhaps something like this should be the default anyway? |
It'd be simpler to set
If restore fails even with this property set then how does it help setting it? |
We set it in dotnet-trusted a while back and it helped, and @rrelyea suggests that it is the workaround to the above problem. Perhaps it offers an improvement even if only an imperfect one. If you can think of a more reliable solution, I’d be happy to adopt it. |
If it helps then feel free to send a PR adding
|
…2327 Prevent NuGet from using cached packages in CI builds
I'm seeing builds fail (eg) due to NuGet/Home#3116.
Does the Arcade tools or the Sdk have configuration option to specify
--no-cache
during restore?Could this be made the default until this bug is fixed by Nuget?
The text was updated successfully, but these errors were encountered: