Skip to content

Commit

Permalink
Use manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Dec 12, 2024
1 parent b38834b commit 59601eb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
include:
- language: csharp
build-mode: autobuild
build-mode: manual

steps:
- name: Checkout repository
Expand All @@ -34,5 +34,12 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'Building the project using dotnet commands'
dotnet restore Geodatenbezug/Geodatenbezug.csproj
dotnet build Geodatenbezug/Geodatenbezug.csproj --no-restore
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 59601eb

Please sign in to comment.