How to configure Build Cache using the user interface for nuget packages
Occasionally we see nuget.org timeouts during builds. I read that we can use the Build Cache feature of Appveyor to mitigate that problem.
We don't use the appveyor.yml file for build configurations. So far, we have done everything from the Appveyor UI.
How can I configure Build Cache on Appveyor UI?
Thank you.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 26 May, 2015 04:37 PM
It's basically as described here: http://www.appveyor.com/docs/nuget#use-build-cache-for-nuget-packages, but you add
packages -> **\packages.config
cache entry on Environment tab of project settings.emre.kenci closed this discussion on 28 May, 2015 10:04 AM.