NightOwl888 commented on PR #1068:
URL: https://github.com/apache/lucenenet/pull/1068#issuecomment-2552657461

   > Aside: we seem to be more regularly be getting transient build failures 
downloading from nuget.org and MyGet again. This possibly is a result of adding 
the .NET 9 tests with an extra ~70 actions running in parallel. Fortunately the 
workaround is simple, to just choose the option to re-run failed jobs.
   
   I suspect this is due to extra holiday traffic, however, it would probably 
help if we enabled NuGet caching (#856 and #857). I am not convinced we need to 
generate an extra file and figure out how to maintain it just so we can update 
packages, though. Our first attempt at doing so (on Azure DevOps) didn't need 
to, but the key didn't include the `dependencies.props` file (which missed the 
entire point) and apparently the only way to fix that is to completely rename 
the cache key so it can include that file (it should include all `.props`, 
`.targets`, and '.*proj` files just to be on the safe side).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to