Skip to content

Commit

Permalink
well coverlet wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Feb 25, 2024
1 parent cde5d4a commit 482b001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end {
$dotnetTools = @(dotnet tool list --global) -join "`n"
if (-not $dotnetTools.Contains('coverlet.console')) {
Write-Host 'Installing dotnet tool coverlet.console'
dotnet tool install --global coverlet.console
dotnet tool install --global coverlet.console --version 6.0.0
}

$invokeBuildSplat = @{
Expand Down

0 comments on commit 482b001

Please sign in to comment.