When running our CI pipeline, a dotnet restore is implicitly run, which retrieves the NuGet packages needed to build and test the exercise projects. We should look into caching the NuGet packages between builds.
For information on where the global package cache is stored, see this document.
For information on how to do caching in Travis, see this document.
When running our CI pipeline, a
dotnet restoreis implicitly run, which retrieves the NuGet packages needed to build and test the exercise projects. We should look into caching the NuGet packages between builds.For information on where the global package cache is stored, see this document.
For information on how to do caching in Travis, see this document.