Skip to content
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

Only cache changed NuGet and NPM packages when using custom images (OSOE-711) #273

Open
Piedone opened this issue Oct 27, 2023 · 0 comments

Comments

@Piedone
Copy link
Member

Piedone commented Oct 27, 2023

Once github/roadmap#826 will be available, we'll use custom VM images to pre-cache something like a typical Orchard Core solution's NuGet and NPM packages. Then, build-dotnet's NuGet and NPM caching will be less useful, because it'll try to always cache all packages, even the ones coming from the image.

Thus, modify the caching logic to only cache those packages that changed (were added) in the current workflow run, not those that come with the image.

Jira issue

@github-actions github-actions bot changed the title Only cache changed NuGet and NPM packages when using custom images Only cache changed NuGet and NPM packages when using custom images (OSOE-711) Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant