Skip to content

Commit

Permalink
move coverlet console into global tools
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Feb 9, 2020
1 parent 75cb523 commit f15c63c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"commands": [
"sourcelink"
]
},
"coverlet.console": {
"version": "1.7.0",
"commands": [
"coverlet"
]
}
}
}
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ init:

build_script:
- dotnet --info
- dotnet tool install --global coverlet.console
- ps: .\build.ps1 -LinkSources -Verbosity Verbose

test: off
Expand Down

0 comments on commit f15c63c

Please sign in to comment.