Skip to content

Commit

Permalink
Fix workflow for csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil committed Aug 29, 2023
1 parent 0bd29dd commit 5093442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
if: ${{ matrix.target.language == 'csharp' }}

- name: build dotnet
run: dotnet build
# Build all dotnet applications from this directory
run: find . -name '*.sln' -exec dotnet build '{}' \;
working-directory: ${{ matrix.target.directory }}
if: ${{ matrix.target.language == 'csharp' }}

Expand Down

0 comments on commit 5093442

Please sign in to comment.