We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a1ea0 commit acc79f8Copy full SHA for acc79f8
1 file changed
build/test-aot.ps1
@@ -16,7 +16,7 @@ foreach ($line in $($publishOutput -split "`r`n"))
16
}
17
18
Write-Host "Actual warning count is: ", $actualWarningCount
19
-$expectedWarningCount = 61
+$expectedWarningCount = 65
20
21
if ($LastExitCode -ne 0)
22
{
0 commit comments