Skip to content

Commit 7241507

Browse files
authored
Merge branch 'master' into claude/fix-issue-407-011CUvrizGdYw3N6jPW2VYc8
2 parents 959a321 + 06a8f3d commit 7241507

66 files changed

Lines changed: 27409 additions & 423 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
queries: security-and-quality
6565

6666
# CodeQL needs to trace the build - can't reuse artifacts
67+
# Build only the main library to avoid file lock issues with AiDotNet.Serving's static web assets
6768
- name: Build for CodeQL (net8.0)
68-
run: dotnet build -c Release --no-restore -f net8.0
69+
run: dotnet build src/AiDotNet.csproj -c Release --no-restore -f net8.0
6970

7071
- name: Perform CodeQL Analysis
7172
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)