paulirwin commented on PR #866: URL: https://github.com/apache/lucenenet/pull/866#issuecomment-3245707856
@NightOwl888 @nikcio I'm looking into this again, and I found that at least on the GitHub Actions side, the `setup-dotnet` task [now supports NuGet caching](https://github.com/actions/setup-dotnet?tab=readme-ov-file#caching-nuget-packages) so this might be a simpler way of accomplishing this. This also will automatically invalidate the cache if the lockfiles change. I think that will be fine since our dependencies do not change very frequently. I will look into this with this PR branch. Meanwhile, I'll also see if there's something equivalent on the Azure DevOps 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
