Re-enable assertion for pdbs during WASM publish (#26912)

Fixes https://github.com/dotnet/aspnetcore/issues/25135
This commit is contained in:
Pranav K 2020-10-15 09:23:18 -07:00 committed by GitHub
parent 8b66c99886
commit 753dad3e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -435,8 +435,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
Assert.Contains("System.Text.Json.dll", assemblies);
// 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.Contains("appsettings.json", bootJsonData.config);