Skip to content

Commit 49b9b9f

Browse files
committed
Exclude BlazorWasm template sln
1 parent 68516a3 commit 49b9b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/CodeCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ try {
129129
Get-ChildItem "$repoRoot/*.sln" -Recurse `
130130
| ? {
131131
# These .sln files are used by the templating engine.
132-
($_.Name -ne "BlazorServerWeb_CSharp.sln")
132+
($_.Name -ne "BlazorServerWeb_CSharp.sln" -and $_.Name -ne "BlazorWasm-CSharp.sln")
133133
} `
134134
| % {
135135
Write-Host " Checking $(Split-Path -Leaf $_)"

0 commit comments

Comments
 (0)