Skip to content

Commit 279a74c

Browse files
committed
Fix doubled dotnet.js in baseline
1 parent 2545fea commit 279a74c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.files.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,6 @@
879879
"${OutputPath}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll.gz",
880880
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
881881
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
882-
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
883-
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
884882
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm",
885883
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz",
886884
"${OutputPath}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll",

src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.files.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,6 @@
791791
"${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz",
792792
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
793793
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
794-
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
795-
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
796794
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm",
797795
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz",
798796
"${OutputPath}\\wwwroot\\_framework\\icudt.dat",

0 commit comments

Comments
 (0)