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 81ab0c3 commit ef216d7Copy full SHA for ef216d7
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -35,7 +35,7 @@
35
<ProjectReference Include="..\testassets\ComponentsApp.Server\ComponentsApp.Server.csproj" />
36
<ProjectReference Include="..\testassets\BasicTestApp\BasicTestApp.csproj" />
37
<ProjectReference Include="..\testassets\TestServer\Components.TestServer.csproj" />
38
- <Content Include="..\testassets\**\*" Condition="'$(IsHelixJob)' == 'true'" />
+ <Content Include="..\testassets\**\*" Condition="'$(IsHelixJob)' == 'true'" LinkBase="%(RecursiveDir)" />
39
</ItemGroup>
40
41
<ItemGroup>
0 commit comments