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 1ca744c commit 74f608bCopy full SHA for 74f608b
src/Components/test/E2ETest/Infrastructure/ServerFixtures/ServerFixture.cs
@@ -41,7 +41,7 @@ protected static string FindSampleOrTestSitePath(string projectName)
41
{
42
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("helix")))
43
44
- return Path.Combine(Directory.GetCurrentDirectory(), projectName);
+ return Path.Combine(Directory.GetCurrentDirectory(), projectName.Split(",")[0]);
45
}
46
47
var projects = _projects.Value;
0 commit comments