Skip to content

Commit

Permalink
Update codeql-analysis-csharp.yaml
Browse files Browse the repository at this point in the history
change manual build CLI
  • Loading branch information
yangx17 authored Jan 8, 2025
1 parent 5b68409 commit 31fdb01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis-csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- run: |
echo "Run, Build Application using script"
dotnet build
dotnet build lib/PuppeteerSharp.sln
# - run: |
# echo 'If you are using a "manual" build mode for one or more of the' \
Expand All @@ -67,6 +67,8 @@ jobs:
# echo ' make bootstrap'
# echo ' make release'
# exit 1
# dotnet build
# MSbuild


- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 31fdb01

Please sign in to comment.