-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
Known IssueIt's a know issueIt's a know issueduplicateThis issue or pull request already existsThis issue or pull request already existsnetfxIssue happens only on .NET Framework versionIssue happens only on .NET Framework version
Description
We have a .NET Framework project.
When I run this powershell script locally everything works as expected, but in Azure Devops it only generates NaN%
$coverlet = "$pwd\coverlet.exe" & $coverlet $unitTestFile --target "dotnet" --targetargs "test $($unitTestFile) --no-build" --format "cobertura" --verbosity detailed gci -Recurse | ?{ $_.Name -eq "coverage.cobertura.xml"} | %{ &"$pwd\reportgenerator.exe" "-reports:$($_.FullName)" "-targetdir:reports" "-reportstypes:HTMLInline;HTMLChart" }
We don't use Deterministic Build
Result when run in Azure Hosted Agent:
Result when run in on premise Agent
Why isn't it working in the Cloud?
Metadata
Metadata
Assignees
Labels
Known IssueIt's a know issueIt's a know issueduplicateThis issue or pull request already existsThis issue or pull request already existsnetfxIssue happens only on .NET Framework versionIssue happens only on .NET Framework version