Re-enable assertion for pdbs during WASM publish (#26912)
Fixes https://github.com/dotnet/aspnetcore/issues/25135
This commit is contained in:
parent
8b66c99886
commit
753dad3e3f
|
|
@ -435,8 +435,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
Assert.Contains("System.Text.Json.dll", assemblies);
|
Assert.Contains("System.Text.Json.dll", assemblies);
|
||||||
|
|
||||||
// No pdbs
|
// No pdbs
|
||||||
// Testing this requires an update to the SDK in this repo. Re-enabling tracked via https://github.com/dotnet/aspnetcore/issues/25135
|
Assert.Null(bootJsonData.resources.pdb);
|
||||||
// Assert.Null(bootJsonData.resources.pdb);
|
|
||||||
Assert.Null(bootJsonData.resources.satelliteResources);
|
Assert.Null(bootJsonData.resources.satelliteResources);
|
||||||
|
|
||||||
Assert.Contains("appsettings.json", bootJsonData.config);
|
Assert.Contains("appsettings.json", bootJsonData.config);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue