Remove opencover install

This commit is contained in:
Qstick 2019-08-11 10:45:15 -04:00 committed by GitHub
commit 27111023aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,10 +261,8 @@ PackageTests()
if [ $runtime = "dotnet" ] ; then
$nuget install NUnit.ConsoleRunner -Version 3.7.0 -Output $testPackageFolder
$nuget install OpenCover -Version 4.7.922 -Output $testPackageFolder
else
mono $nuget install NUnit.ConsoleRunner -Version 3.7.0 -Output $testPackageFolder
mono $nuget install OpenCover -Version 4.7.922 -Output $testPackageFolder
fi
cp $outputFolder/*.dll $testPackageFolder