nikcio opened a new pull request, #866: URL: https://github.com/apache/lucenenet/pull/866
closes #857 This adds a cache step to the GitHub actions using `packages.lock.json` files. These files are created on build and keep track of changes in the dependencies of projects. Thereby acting as cache keys. I've also added the `dotnet restore` step separately from the build and pack steps so that it's easier to see how much time is spent on restoring vs building in an action. -- 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