Skip to content

Commit b832bb9

Browse files
authored
publish test assets
1 parent 74f608b commit b832bb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,12 @@
5050
<!-- Shared testing infrastructure for running E2E tests using selenium -->
5151
<Import Project="$(SharedSourceRoot)E2ETesting\E2ETesting.targets" />
5252

53+
<Target Name="PublishAssets" AfterTargets="Publish">
54+
<ItemGroup>
55+
<_PublishFiles Include="$(MSBuildThisFileDirectory)..\testassets\**\*.*" />
56+
</ItemGroup>
57+
<Copy
58+
SourceFiles="@(_PublishFiles)"
59+
DestinationFolder="$(PublishDir)\%(RecursiveDir)" />
60+
</Target>
5361
</Project>

0 commit comments

Comments
 (0)