Skip to content

Commit

Permalink
Adding restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 26, 2024
1 parent 1564707 commit 1f7259b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
echo "CodeQL CLI installation completed."
- name: restore-projects
shell: bash
run: |
docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src_pluginBase/pluginBase.csproj"
docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src"
- name: codeql-init
shell: bash
run: |
Expand Down

0 comments on commit 1f7259b

Please sign in to comment.