We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8fbad commit 08039dbCopy full SHA for 08039db
.appveyor.yml
@@ -13,8 +13,6 @@ after_build:
13
- codecov -f "./artifacts/coverage/coverage.xml"
14
artifacts:
15
- path: ./artifacts/nuget/*.nupkg
16
-cache:
17
- - tools -> tools/packages.config
18
nuget:
19
project_feed: true
20
deploy:
.travis.yml
@@ -5,11 +5,6 @@ mono: latest
5
dotnet: 2.1.301
6
os:
7
- linux
8
9
- directories:
10
- - tools
11
-before_cache:
12
- - rm -f tools/packages.config
git:
depth: 1000
script:
0 commit comments