fix failed tests
This commit is contained in:
parent
df360cdd1a
commit
ea63490c0f
|
|
@ -129,7 +129,7 @@ try {
|
||||||
Get-ChildItem "$repoRoot/*.sln" -Recurse `
|
Get-ChildItem "$repoRoot/*.sln" -Recurse `
|
||||||
| ? {
|
| ? {
|
||||||
# These .sln files are used by the templating engine.
|
# These .sln files are used by the templating engine.
|
||||||
($_.Name -ne "RazorComponentsWeb-CSharp.sln")
|
($_.Name -ne "BlazorServerWeb_CSharp.sln")
|
||||||
} `
|
} `
|
||||||
| % {
|
| % {
|
||||||
Write-Host " Checking $(Split-Path -Leaf $_)"
|
Write-Host " Checking $(Split-Path -Leaf $_)"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ using Microsoft.Extensions.Hosting;
|
||||||
using Microsoft.IdentityModel.Tokens;
|
using Microsoft.IdentityModel.Tokens;
|
||||||
#endif
|
#endif
|
||||||
#if (IndividualLocalAuth)
|
#if (IndividualLocalAuth)
|
||||||
using RazorComponentsWeb_CSharp.Areas.Identity;
|
using BlazorServerWeb_CSharp.Areas.Identity;
|
||||||
#endif
|
#endif
|
||||||
using BlazorServerWeb_CSharp.Data;
|
using BlazorServerWeb_CSharp.Data;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue