diff --git a/eng/scripts/CodeCheck.ps1 b/eng/scripts/CodeCheck.ps1 index a072589565..64e3ed57a5 100644 --- a/eng/scripts/CodeCheck.ps1 +++ b/eng/scripts/CodeCheck.ps1 @@ -129,7 +129,8 @@ try { Get-ChildItem "$repoRoot/*.sln" -Recurse ` | ? { # These .sln files are used by the templating engine. - ($_.Name -ne "BlazorServerWeb_CSharp.sln") + ($_.Name -ne "BlazorServerWeb_CSharp.sln") -and + ($_.Name -ne "BlazorWasm-CSharp.sln") } ` | % { Write-Host " Checking $(Split-Path -Leaf $_)"