Skip to content

Commit 1f7259b

Browse files
author
Kevin Mack
committed
Adding restore step
1 parent 1564707 commit 1f7259b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
9999
echo "CodeQL CLI installation completed."
100100
101+
- name: restore-projects
102+
shell: bash
103+
run: |
104+
docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src_pluginBase/pluginBase.csproj"
105+
docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src"
106+
101107
- name: codeql-init
102108
shell: bash
103109
run: |

0 commit comments

Comments
 (0)