Skip to content

Commit 4b22297

Browse files
committed
fix ?
1 parent aa1435a commit 4b22297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/WasmBuildIncrementalismTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public void Build_IsIncremental()
2727
var filesToIgnore = new[]
2828
{
2929
Path.Combine(buildOutputDirectory, "RazorClassLibrary.staticwebassets.endpoints.json"),
30-
Path.Combine(buildOutputDirectory, "blazorwasm.staticwebassets.endpoints.json")
30+
Path.Combine(buildOutputDirectory, "blazorwasm.staticwebassets.endpoints.json"),
31+
Path.Combine(buildOutputDirectory, "blazorwasm.runtimeconfig.json")
3132
};
3233

3334
// Act

0 commit comments

Comments
 (0)