Skip to content

Commit

Permalink
Fixed coverlet bug by using specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoidl committed Dec 25, 2018
1 parent d29cfa9 commit 4487852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/pipelines/jobs/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
dotnet --list-sdks
echo "-------------------------------------------------"
dotnet tool install -g coverlet.console
# https://github.com/tonerdo/coverlet/issues/274
dotnet tool install -g coverlet.console --version 1.3.0
# Workaround
# https://github.com/Microsoft/azure-pipelines-tasks/issues/8291#issuecomment-441707116
export PATH="$PATH:$HOME/.dotnet/tools"
Expand Down

0 comments on commit 4487852

Please sign in to comment.