We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f608b commit b832bb9Copy full SHA for b832bb9
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -50,4 +50,12 @@
50
<!-- Shared testing infrastructure for running E2E tests using selenium -->
51
<Import Project="$(SharedSourceRoot)E2ETesting\E2ETesting.targets" />
52
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>
61
</Project>
0 commit comments