Skip to content

Commit

Permalink
Merge branch 'bug/fix-openmetrics-suffixes' of https://github.com/rob…
Browse files Browse the repository at this point in the history
…ertcoltheart/opentelemetry-dotnet into bug/fix-openmetrics-suffixes
  • Loading branch information
robertcoltheart committed May 24, 2024
2 parents 2f1eef7 + c1c70c2 commit 1eaa880
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/test-aot-compatibility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $testPassed = 0
if ($actualWarningCount -ne $expectedWarningCount)
{
$testPassed = 1
Write-Host "Actual warning count:", actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
Write-Host "Actual warning count:", $actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
}

Exit $testPassed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1eaa880

Please sign in to comment.