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 fb6d83e commit f7f37f3Copy full SHA for f7f37f3
Tools/LambdaTestTool-v2/tests/Amazon.Lambda.TestTool.UnitTests/PackagingTests.cs
@@ -45,7 +45,7 @@ private string FindSolutionRoot()
45
string currentDirectory = Directory.GetCurrentDirectory();
46
while (currentDirectory != null)
47
{
48
- string[] solutionFiles = Directory.GetFiles(currentDirectory, "*.sln");
+ string[] solutionFiles = Directory.GetFiles(currentDirectory, "*.sln*");
49
if (solutionFiles.Length > 0)
50
51
return currentDirectory;
0 commit comments