When running on builds in VSO's new host agent pool, I have a powershell script to restore the NuGet packages for each project.json
using dnu restore
.
This process can easily take more than 2 minutes.
Is it not possible to somehow cache these packages on the agent? Would this only be possible if we had our own custom agent?