Skip to content

Commit 9cfa3be

Browse files
committed
Copy the wwwroot from E2E test project level.
1 parent 8edd42b commit 9cfa3be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Components/WebView/test/E2ETest/Microsoft.AspNetCore.Components.WebViewE2E.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
<ProjectReference Include="..\..\Samples\PhotinoPlatform\testassets\PhotinoTestApp\PhotinoTestApp.csproj" />
1010
</ItemGroup>
1111

12+
<ItemGroup>
13+
<Content Include="..\..\Samples\PhotinoPlatform\testassets\PhotinoTestApp\wwwroot\**" CopyToOutputDirectory="PreserveNewest" LinkBase="wwwroot/" />
14+
</ItemGroup>
15+
1216
</Project>

0 commit comments

Comments
 (0)