Skip to content

Commit

Permalink
Update codeql-analysis-csharp.yaml
Browse files Browse the repository at this point in the history
add some manual build steps
  • Loading branch information
yangx17 authored Jan 8, 2025
1 parent 1dd4c22 commit 5b68409
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/codeql-analysis-csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ jobs:
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- run: |
echo "Run, Build Application using script"
dotnet build
# - run: |
# echo 'If you are using a "manual" build mode for one or more of the' \
# 'languages you are analyzing, replace this with the commands to build' \
# 'your code, for example:'
# echo ' make bootstrap'
# echo ' make release'
# exit 1


- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 5b68409

Please sign in to comment.