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 0a038f4 commit 4216dc5Copy full SHA for 4216dc5
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -35,7 +35,7 @@
35
<ProjectReference Include="..\..\Blazor\DevServer\src\Microsoft.AspNetCore.Blazor.DevServer.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