Skip to content

Commit ef216d7

Browse files
authored
Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent 81ab0c3 commit ef216d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<ProjectReference Include="..\testassets\ComponentsApp.Server\ComponentsApp.Server.csproj" />
3636
<ProjectReference Include="..\testassets\BasicTestApp\BasicTestApp.csproj" />
3737
<ProjectReference Include="..\testassets\TestServer\Components.TestServer.csproj" />
38-
<Content Include="..\testassets\**\*" Condition="'$(IsHelixJob)' == 'true'" />
38+
<Content Include="..\testassets\**\*" Condition="'$(IsHelixJob)' == 'true'" LinkBase="%(RecursiveDir)" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)