diff --git a/src/strategies/csharp.ts b/src/strategies/csharp.ts index 61aea7b21..b28892859 100644 --- a/src/strategies/csharp.ts +++ b/src/strategies/csharp.ts @@ -53,7 +53,7 @@ export class CSharp extends BaseStrategy { private async getCsprojName(): Promise { // First, try to find .csproj files in the path const files = await this.github.findFilesByGlobAndRef( - '*.csproj', + '**/*.csproj', this.changesBranch, this.path === '.' ? undefined : this.path );