From a5d7926d8584acd6156afa02b0155d8dbc54f27e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 12 Sep 2019 21:26:32 -0300 Subject: [PATCH] does this work to publish for travis? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1232fedb67..30fdf522b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ before_script: script: - git fetch --unshallow --tags # disengage core only switch because mono ships .NETFramework targets + - dotnet tool install --global coverlet.console - ./build.sh --coreonly=false --linksources=true --verbosity=verbose