Skip to content

Commit

Permalink
Add caching of Nuget directories in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Apr 6, 2020
1 parent cfa7b6f commit 3da8f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ env:
- MSSQL_SA_PASSWORD="YourStrong!Passw0rd"
- ACCEPT_EULA=Y
- MSSQL_PID='developer'
cache:
directories:
- $HOME/.local/share/NuGet/
- $HOME/.nuget

before_script:
- sudo apt-get install -y --no-install-recommends mssql-tools mssql-server dotnet-runtime-2.2 dotnet-sdk-3.1
Expand Down

0 comments on commit 3da8f94

Please sign in to comment.