Skip to content

Commit 74f608b

Browse files
authored
Strip out extra assembly name gunk from content root
1 parent 1ca744c commit 74f608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static string FindSampleOrTestSitePath(string projectName)
4141
{
4242
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("helix")))
4343
{
44-
return Path.Combine(Directory.GetCurrentDirectory(), projectName);
44+
return Path.Combine(Directory.GetCurrentDirectory(), projectName.Split(",")[0]);
4545
}
4646

4747
var projects = _projects.Value;

0 commit comments

Comments
 (0)