We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da75c8 commit 546e5bfCopy full SHA for 546e5bf
1 file changed
src/strategies/csharp.ts
@@ -53,7 +53,7 @@ export class CSharp extends BaseStrategy {
53
private async getCsprojName(): Promise<string> {
54
// First, try to find .csproj files in the path
55
const files = await this.github.findFilesByGlobAndRef(
56
- '*.csproj',
+ '**/*.csproj',
57
this.changesBranch,
58
this.path === '.' ? undefined : this.path
59
);
0 commit comments