Skip to content

Commit 08039db

Browse files
drop caching
1 parent 0f8fbad commit 08039db

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ after_build:
1313
- codecov -f "./artifacts/coverage/coverage.xml"
1414
artifacts:
1515
- path: ./artifacts/nuget/*.nupkg
16-
cache:
17-
- tools -> tools/packages.config
1816
nuget:
1917
project_feed: true
2018
deploy:

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ mono: latest
55
dotnet: 2.1.301
66
os:
77
- linux
8-
cache:
9-
directories:
10-
- tools
11-
before_cache:
12-
- rm -f tools/packages.config
138
git:
149
depth: 1000
1510
script:

0 commit comments

Comments
 (0)