Skip to content

Commit 7041774

Browse files
committed
update build step
1 parent 4e7a814 commit 7041774

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,9 @@ jobs:
6868
with:
6969
global-json-file: global.json
7070

71-
# - name: Restore dependencies
72-
# run: dotnet restore
73-
7471
- run: |
7572
echo "Run, Build Application using script"
76-
dotnet build -c coverlet.sln
73+
dotnet build coverlet.sln --configuration Debug
7774
7875
- name: Perform CodeQL Analysis
7976
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)